GetDefinedOrDefault(TEnum, TEnum) | Returns value if it is defined in TEnum; otherwise, returns defaultValue, even if it is undefined. |
GetDefinedOrDefault(Int64, TEnum) | Returns the TEnum value associated with value if it is defined in the enumeration; otherwise, returns defaultValue, even if it is undefined. |
GetDefinedOrDefault(ReadOnlySpanChar, TEnum) | Returns the TEnum value associated with value if it is defined in TEnum; otherwise, returns defaultValue, even if it is undefined. The search is case-sensitive. |
GetDefinedOrDefault(String, TEnum) | Returns the TEnum value associated with value if it is defined in TEnum; otherwise, returns defaultValue, even if it is undefined. The search is case-sensitive. |
GetDefinedOrDefault(StringSegment, TEnum) | Returns the TEnum value associated with value if it is defined in TEnum; otherwise, returns defaultValue, even if it is undefined. The search is case-sensitive. |
GetDefinedOrDefault(UInt64, TEnum) | Returns the TEnum value associated with value if it is defined in the enumeration; otherwise, returns defaultValue, even if it is undefined. |