ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / ReadBoolean Method

In This Topic
    ReadBoolean Method
    In This Topic
    Reads a bool.
    Syntax
    'Declaration
     
    Public Function ReadBoolean() As Boolean
    public bool ReadBoolean()

    Return Value

    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.
    See Also