ConvertReferenceNameToEnumObject Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object ReferenceNameToEnumObject(
Type enumType,
string value
)
Public Shared Function ReferenceNameToEnumObject (
enumType As Type,
value As String
) As Object
- enumType Type
- Enum to which you want to check.
- value String
- The reference value.
ObjectObject with the value of the enumeration given its reference.