BinaryTokenStreamReader.ReadBoolean Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.