EnumTEnumTryParse Method

Overload List

TryParse(ReadOnlySpanChar, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(String, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(StringSegment, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(ReadOnlySpanChar, Boolean, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(ReadOnlySpanChar, ReadOnlySpanChar, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(String, Boolean, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(String, String, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(StringSegment, StringSegment, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(StringSegment, Boolean, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(ReadOnlySpanChar, ReadOnlySpanChar, Boolean, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(String, String, Boolean, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.
TryParse(StringSegment, StringSegment, Boolean, TEnum) Tries to convert the string representation of the name or numeric value of one or more enumerated values to an equivalent enumerated object. In case of success the return value is and parsed enum is returned in result parameter.

See Also