Enum.ToObject Method (Type, UInt64)
.NET Framework 3.0
Returns an instance of the specified enumeration type set to the specified 64-bit unsigned integer value.
This method is not CLS-compliant. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[CLSCompliantAttribute(false)] [ComVisibleAttribute(true)] public static Object ToObject ( Type enumType, ulong value )
/** @attribute CLSCompliantAttribute(false) */ /** @attribute ComVisibleAttribute(true) */ public static Object ToObject ( Type enumType, UInt64 value )
CLSCompliantAttribute(false) ComVisibleAttribute(true) public static function ToObject ( enumType : Type, value : ulong ) : Object
Not applicable.
Parameters
- enumType
The enumeration for which to create a value.
- value
The value to set.
Return Value
An instance of the enumeration set to value.| Exception type | Condition |
|---|---|
| enumType is a null reference (Nothing in Visual Basic). | |
| enumType is not an Enum. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.