Responder Developer Guide
ToEnum<T>(Object) Method


convert to enum value
Syntax
'Declaration
 
Public Overloads Shared Function ToEnum(Of T As {New, Struct})( _
   ByVal value As Object _
) As Nullable(Of T)
'Usage
 
Dim value As Object
Dim value As Nullable(Of T)
 
value = DbConvert.ToEnum(Of T)(value)
public static Nullable<T> ToEnum<T>( 
   object value
)
where T: new(), struct

Parameters

value

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbConvert Class
DbConvert Members
Overload List

 

 


Send Comment