BinaryReader: ReadBoolean

ReadBoolean

Returns a boolean from the stream.

 Public Function ReadBoolean ( ) As Boolean

Return Values

Boolean -  A boolean value.

Remarks

A single byte is read from the stream. If the byte is non-zero, then True is returned, otherwise False.

See Also

Project VBCorLib Overview | Class BinaryReader Overview