StringEnumParse Method |
| Name | Description | |
|---|---|---|
| Parse(Type, String) |
Parses the supplied enum and string value to find an associated enum value (case sensitive).
| |
| Parse(Type, String, StringComparison) |
Parses the supplied enum and string value to find an associated enum value.
|