CborReader.ReadEndIndefiniteLengthTextString Method

Definition

Ends reading an indefinite-length UTF-8 text string (major type 3).

public:
 void ReadEndIndefiniteLengthTextString();
public void ReadEndIndefiniteLengthTextString ();
member this.ReadEndIndefiniteLengthTextString : unit -> unit
Public Sub ReadEndIndefiniteLengthTextString ()

Exceptions

The current context is not an indefinite-length string.

-or-

The reader is not at the end of the string.

There was an unexpected end of CBOR encoding data.

Applies to