UTF8Encoding.TryGetChars Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Decodes into a span of chars a set of bytes from the specified read-only span if the destination is large enough.

public override bool TryGetChars(ReadOnlySpan<byte> bytes, Span<char> chars, out int charsWritten);

Parameters

bytes
ReadOnlySpan<Byte>

A read-only span containing the sequence of bytes to decode.

chars
Span<Char>

The character span receiving the decoded bytes.

charsWritten
Int32

Upon successful completion of the operation, the number of chars decoded into chars.

Returns

true if all of the characters were decoded into the destination; false if the destination was too small to contain all the decoded chars.

Applies to

Vara Útgáfur
.NET 8, 9, 10