ConvertParseEnumT Method

Convert string to corresponding Enum.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static T ParseEnum<T>(
	string value
)

Parameters

value  String
Value to convert.

Type Parameters

T
The enum type to which the string will be converted.

Return Value

T
Value converted.

See Also