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)

屬性值

UTF-8 編碼的預編碼 JSON 文字表示法。

適用於