Enum.ISpanFormattable.TryFormat Method

Definition

Tries to format the value of the enum into the provided span of characters.

C#
bool ISpanFormattable.TryFormat(Span<char> destination, out int charsWritten, ReadOnlySpan<char> format, IFormatProvider provider);

Parameters

destination
Span<Char>

The span in which to write this instance's value formatted as a span of characters.

charsWritten
Int32

When this method returns, contains the number of characters that were written in destination.

format
ReadOnlySpan<Char>

The format specifier.

provider
IFormatProvider

An optional object that supplies culture-specific formatting information for destination. This parameter is ignored.

Returns

true if the formatting was successful; otherwise, false.

Implements

Applies to

Product Versions
.NET 8, 9, 10