EnumTEnumTryFormat Method

Overload List

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

See Also