Reads the value and returns it as a Decimal.
[Visual Basic] Overridable Public Function ReadDecimal() As Decimal [C#] public virtual Decimal ReadDecimal(); [C++] public: virtual Decimal ReadDecimal(); [JScript] public function ReadDecimal() : Decimal;
The value as a Decimal.
Exception Type | Condition |
---|---|
FormatException | Value cannot be converted to Decimal. |
XmlReader Class | XmlReader Members | System.NewXml Namespace