Enum::ToObject Method (Type^, Object^)
Converts the specified object with an integer value to an enumeration member.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(true)] static Object^ ToObject( Type^ enumType, Object^ value )
Parameters
- enumType
-
Type:
System::Type^
The enumeration type to return.
- value
-
Type:
System::Object^
The value convert to an enumeration member.
The ToObject(Type^, Object^) method converts the integral value value to an enumeration member whose underlying value is value. Note that the conversion succeeds even if value is outside the bounds of enumType members. To ensure that value is a valid underlying value of the enumType enumeration, pass it to the IsDefined method.
This conversion method returns a value of type Object. You can then cast it or convert it to an object of type enumType.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1