ReadBoolean()

BinaryReader::ReadBoolean() method

Reads a single byte from the input stream and returns its boolean representation.

virtual bool System::IO::BinaryReader::ReadBoolean()

Return Value

True if the read byte is not equal to 0, otherwise - false

See Also