MindFusion.Scheduling for ASP.NET Programmer's Guide
BinarySerializationContext.ReadSByte Method
See Also
 





Reads a 8-bit signed integer value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public sbyte ReadSByte (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadSByte( _
    reader As BinaryReader _
) As SByte

 Parameters

reader
Type: BinaryReader
An instance of the System.IO.BinaryReader class to read from.

 Return Value

Type: SByte
The 8-bit signed integer value that has been read.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace