ConvertValueToEnumObject Method

Overload List

ValueToEnumObject(Type, Int32) Converts an object to the corresponding Enum (based on the value in the Enum).
ValueToEnumObject(Type, Object) Converts an object to the corresponding Enum (based on the value in the Enum).

See Also