Writes a decimal number to the stream.
            Stream footprint: the value is converted to a string.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public void WriteDecimal( decimal value )
Public Sub WriteDecimal ( _ value As Decimal _ )
public: void WriteDecimal( Decimal value )
public void WriteDecimal( Decimal value )
 Parameters
 Parameters- value (Decimal)
- Value to write.
