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





Write a 8-bit signed integer value to the stream.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteSByte (
    sbyte byteValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteSByte( _
    byteValue As SByte, _
    writer As BinaryWriter _
)

 Parameters

byteValue
The signed byte value to write.
writer
A .NET BinaryWriter to write the value to.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace
ReadSByte Method