JsonEncodedText.EncodedUtf8Bytes Vlastnost

Definice

Získá kódování UTF-8 kódované reprezentaci předkódovaného textu JSON.

public:
 property ReadOnlySpan<System::Byte> EncodedUtf8Bytes { ReadOnlySpan<System::Byte> get(); };
public ReadOnlySpan<byte> EncodedUtf8Bytes { get; }
member this.EncodedUtf8Bytes : ReadOnlySpan<byte>
Public ReadOnly Property EncodedUtf8Bytes As ReadOnlySpan(Of Byte)

Hodnota vlastnosti

ReadOnlySpan<Byte>

Kódování UTF-8 předkódovaného textu JSON.

Platí pro