Edit

Share via


IBinaryTokenStreamReader.ReadBoolean Method

Definition

Read a bool value from the stream.

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

Returns

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

Applies to