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





Writes a decimal value.

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

 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
Type: Decimal
The decimal value to write.
writer
Type: BinaryWriter
An instance of the System.IO.BinaryWriter class to write to.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace