Reads a boolean value from the stream.
Stream footprint: Fixed, 1 byte.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool ReadBoolean()
Public Function ReadBoolean As Boolean
public: bool ReadBoolean()
public boolean ReadBoolean()
Return Value
The value read from the stream.