Returns a boolean from the stream.
Public Function ReadBoolean ( ) As Boolean
A single byte is read from the stream. If the byte is non-zero, then True is returned, otherwise False.
Project VBCorLib Overview | Class BinaryReader Overview