[]
        
(Showing Draft Content)

C1.Util.DX.DataStream.ReadBoolean

ReadBoolean Method

ReadBoolean()

Reads a bool.

Declaration
public bool ReadBoolean()
Returns
Type Description
bool

an bool from the stream

Remarks

In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.