JsonEncodedText.EncodedUtf8Bytes Propiedad

Definición

Obtiene la representación codificada en UTF-8 del texto JSON codificado previamente.

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)

Valor de propiedad

ReadOnlySpan<Byte>

Representación codificada UTF-8 del texto JSON codificado previamente.

Se aplica a