BinaryReaderReadBoolean Method |
Reads a Boolean value from the current stream and advances the current position of the stream by one byte.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool ReadBoolean()
Return Value
Type:
Booleantrue if the byte is nonzero; otherwise, false.
Exceptions Exception | Condition |
---|
EndOfStreamException | The end of the stream is reached. |
ObjectDisposedException | The stream is closed. |
IOException | An I/O error occurs. |
See Also