[]
        
Deserializes an enumeration value of the specified type.
public static object DeserializeEnumValue(string value, Type enumType)Public Shared Function DeserializeEnumValue(value As String, enumType As Type) As Object| Type | Name | Description | 
|---|---|---|
| string | value | String enumeration value | 
| Type | enumType | Enumeration type | 
| Type | Description | 
|---|---|
| object | A object of enumtype. |