Boolean.TryFormat(Span<Char>, Int32) Method

Definition

Tries to format the value of the current boolean instance into the provided span of characters.

public bool TryFormat (Span<char> destination, out int charsWritten);

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.

Returns

true if the formatting was successful; otherwise, false.

Applies to

Product Versions
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1