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





Write a decimal value to the stream.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteDecimal (
    decimal decimalValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteDecimal( _
    decimalValue As Decimal, _
    writer As BinaryWriter _
)

 Parameters

decimalValue
The decimal value to write.
writer
A .NET BinaryWriter to write the value to.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace
ReadDecimal Method