.NET Documentation
C#
VB
Show/Hide TOC
Convert
Value
To
Enum Method
Overload List
ValueToEnum
T
(Int32)
Converts an int to the corresponding Enum (based on the value in the Enum).
ValueToEnum
T
(Object)
Converts an object to the corresponding Enum (based on the value in the Enum).
See Also
Reference
Convert Class
Aliquo.Core Namespace
In This Article
Overload List
See Also