ConvertParseEnumT Method
Convert string to corresponding Enum.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static T ParseEnum<T>(
string value
)
Public Shared Function ParseEnum(Of T) (
value As String
) As T
- value String
- Value to convert.
- T
- The enum type to which the string will be converted.
TValue converted.