Edit

Share via


IBinaryTokenStreamReader.ReadByte Method

Definition

Read an byte value from the stream.

public byte ReadByte ();
abstract member ReadByte : unit -> byte
Public Function ReadByte () As Byte

Returns

Data from current position in stream, converted to the appropriate output type.

Applies to