StringEnumIsStringDefined Method |
| Name | Description | |
|---|---|---|
| IsStringDefined(String) |
Return the existence of the given string value within the enum.
| |
| IsStringDefined(String, StringComparison) |
Return the existence of the given string value within the enum.
| |
| IsStringDefined(Type, String) |
Return the existence of the given string value within the enum.
| |
| IsStringDefined(Type, String, StringComparison) |
Return the existence of the given string value within the enum.
|