JsonEncodedText.EncodedUtf8Bytes Proprietà

Definizione

Ottiene la rappresentazione con codifica UTF-8 del testo JSON precodificato.

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)

Valore della proprietà

ReadOnlySpan<Byte>

Rappresentazione con codifica UTF-8 del testo JSON pre-codificato.

Si applica a