Overload | Description |
---|---|
ParseEnum<T>(String,T) | Parses an enum value from a string, which may contain either the text or numeric value for the enum. |
ParseEnum<T>(String) | Parses an enum value from a string, which may contain either the text or numeric value for the enum. |