Search
BinaryContext.ReadBool Method
See Also
 






Reads a bool from the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Boolean> ReadBool ()

Visual Basic  Copy Code

Public Function ReadBool () As Nullable(Of Boolean)

 Return Value

A boolean value or null (Nothing in Visual Basic).

 See Also