Читати англійською Редагувати

Поділитися через


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

Definition

Attempts to format a canonical string representation for the Uri instance into the specified span.

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

Parameters

destination
Span<Char>

The span into 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

Продукт Версії
.NET 8, 9, 10