Overload | Description |
---|---|
ToEnum(Type,String,Object) | Parses the given input value and converts it to an enum of given type. |
ToEnum(Type,String,Object,Boolean) | Parses the given input value and converts it to an enum of given type. |
ToEnum<TEnum>(String,TEnum) | Parses the given input value and converts it to an enum of given type. |