TryFormatTEnum(TEnum, SpanByte, Int32, ReadOnlySpanByte) | Tries to format the value of the current TEnum instance into the provided span of UTF-8 bytes using Auto formatting options. |
TryFormatTEnum(TEnum, SpanChar, Int32, ReadOnlySpanChar) | Tries to format the value of the current TEnum instance into the provided span of characters using Auto formatting options. |
TryFormatTEnum(TEnum, SpanByte, Int32, EnumFormattingOptions, ReadOnlySpanByte) | Tries to format the value of the current TEnum instance into the provided span of UTF-8 bytes. |
TryFormatTEnum(TEnum, SpanChar, Int32, EnumFormattingOptions, ReadOnlySpanChar) | Tries to format the value of the current TEnum instance into the provided span of characters. |