NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReader.ReadDecimal

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;

Return Value

The value as a Decimal.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to Decimal.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace