Reads a decimal number from the stream.
Stream footprint: the value is converted from a string.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public decimal ReadDecimal()
Public Function ReadDecimal As Decimal
public: Decimal ReadDecimal()
public Decimal ReadDecimal()
![](../icons/collapse_all.gif)
The value read from the stream.