JsonEncodedText.EncodedUtf8Bytes 屬性

定義

取得預先編碼 JSON 文字的 UTF-8 編碼表示。

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)

屬性值

ReadOnlySpan<Byte>

預先編碼 JSON 文字的 UTF-8 編碼標記法。

適用於