Click or drag to resize
EnumToObject Method
Overload List
  NameDescription
Public methodStatic memberToObject(Type, Byte)
Converts the specified 8-bit unsigned integer to an enumeration member.
Public methodStatic memberToObject(Type, Int16)
Converts the specified 16-bit signed integer to an enumeration member.
Public methodStatic memberToObject(Type, Int32)
Converts the specified 32-bit signed integer to an enumeration member.
Public methodStatic memberToObject(Type, Int64)
Converts the specified 64-bit signed integer to an enumeration member.
Public methodStatic memberToObject(Type, Object)
Converts the specified object with an integer value to an enumeration member.
Public methodStatic memberToObject(Type, SByte)
Converts the specified 8-bit signed integer value to an enumeration member.
Public methodStatic memberToObject(Type, UInt16)
Converts the specified 16-bit unsigned integer value to an enumeration member.
Public methodStatic memberToObject(Type, UInt32)
Converts the specified 32-bit unsigned integer value to an enumeration member.
Public methodStatic memberToObject(Type, UInt64)
Converts the specified 64-bit unsigned integer value to an enumeration member.
Top
See Also