| Parse(ReadOnlySpanChar, Boolean) | Converts the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. |
| Parse(String, Boolean) | Converts the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. |
| Parse(StringSegment, Boolean) | Converts the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. |
| Parse(ReadOnlySpanChar, ReadOnlySpanChar, Boolean) | Converts the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. |
| Parse(String, String, Boolean) | Converts the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. |
| Parse(StringSegment, StringSegment, Boolean) | Converts the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. |