When overidden in a derived class, writes a Decimal value to the stream already attached to the formatter.
[Visual Basic] MustOverride Protected Sub WriteDecimal( _ ByVal val As Decimal, _ ByVal name As String _ ) [C#] protected abstract void WriteDecimal( Decimal val, string name ); [C++] protected: virtual void WriteDecimal( Decimal val, String* name ) = 0; [JScript] protected abstract function WriteDecimal( val : Decimal, name : String );
Formatter Class | Formatter Members | System.Runtime.Serialization Namespace | Decimal