共用方式為


CborReader.ReadDefiniteLengthTextStringBytes 方法

定義

以具明確長度的 UTF-8 文字字串 (主要類型 3) 形式讀取下一個資料項目。

public:
 ReadOnlyMemory<System::Byte> ReadDefiniteLengthTextStringBytes();
public ReadOnlyMemory<byte> ReadDefiniteLengthTextStringBytes ();
member this.ReadDefiniteLengthTextStringBytes : unit -> ReadOnlyMemory<byte>
Public Function ReadDefiniteLengthTextStringBytes () As ReadOnlyMemory(Of Byte)

傳回

適用於原始 UTF-8 承載的 ReadOnlyMemory<T> 檢視。

例外狀況

下一個數據項沒有正確的主要類型。

-或-

數據項是無限長度的文字字串。

下一個值具有無效的 CBOR 編碼。

-或-

有未預期的 CBOR 編碼資料結尾。

-或-

下一個值使用的 CBOR 編碼在目前的一致性模式中無效。

適用於