Enum.ToObject Method (Type, SByte)
.NET Framework 2.0
Returns an instance of the specified enumeration type set to the specified 8-bit signed integer value.
This method is not CLS-compliant. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)] [CLSCompliantAttribute(false)] public static Object ToObject ( Type enumType, sbyte value )
/** @attribute ComVisibleAttribute(true) */ /** @attribute CLSCompliantAttribute(false) */ public static Object ToObject ( Type enumType, SByte value )
ComVisibleAttribute(true) CLSCompliantAttribute(false) public static function ToObject ( enumType : Type, value : sbyte ) : Object
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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.