Reference Library
ReadBoolean Method
NamespacesMBNCSUtilDataReaderReadBoolean()()()()
Reads a boolean value from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
public bool ReadBoolean()
Public Function ReadBoolean As Boolean
public:
bool ReadBoolean()
Return Value
The next boolean value from the data stream.
Remarks

This method interprets a 32-bit value from the stream as false if it is zero and true if it is nonzero.

Assembly: Asgard5Library (Module: Asgard5Library)