Edit

Share via


IBinaryTokenStreamReader.ReadSByte Method

Definition

Read an sbyte value from the stream.

public sbyte ReadSByte ();
abstract member ReadSByte : unit -> sbyte
Public Function ReadSByte () As SByte

Returns

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

Applies to