StringExtensionsToEnum Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
ToEnumTEnum(String) |
Converts a string to an enum.
When converting fails, throws an exception
| |
ToEnumTEnum(String, TEnum) |
Converts a string to an enum.
When converting fails, returns defaultValue instead
|