MindFusion WinForms Programmer's Guide
BinarySerializationContext.ReadBool Method
See Also
 





Reads a boolean value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool ReadBool (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadBool( _
    reader As BinaryReader _
) As Boolean

 Parameters

reader
A .NET BinaryReader to read the value from.

 Return Value

A bool value.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace
WriteBool Method