Search
BinaryContext.WriteBool Method
See Also
 






Writes the specified bool to the underlying stream.

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

 Syntax

C#  Copy Code

public void WriteBool (
    Nullable<Boolean> value
)

Visual Basic  Copy Code

Public Sub WriteBool( _
    value As Nullable(Of Boolean) _
)

 Parameters

value

The bool to write.

 See Also