ConvertValueToEnum Method

Overload List

ValueToEnumT(Int32) Converts an int to the corresponding Enum (based on the value in the Enum).
ValueToEnumT(Object) Converts an object to the corresponding Enum (based on the value in the Enum).

See Also