Reads a bool from the underlying stream.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> ReadBool () |
Visual Basic
Copy Code
|
|---|
Public Function ReadBool () As Nullable(Of Boolean) |
A boolean value or null (Nothing in Visual Basic).
See Also