Reads a decimal number from the stream.
Stream footprint: the value is converted from a string.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public decimal ReadDecimal()
Public Function ReadDecimal As Decimal
public: Decimal ReadDecimal()
public Decimal ReadDecimal()
Return Value
The value read from the stream.