Edit

Share via


BinaryTokenStreamReader.ReadBoolean Method

Definition

Read a bool value from the stream.

public bool ReadBoolean ();
abstract member ReadBoolean : unit -> bool
override this.ReadBoolean : unit -> bool
Public Function ReadBoolean () As Boolean

Returns

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

Implements

Applies to