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.ReadDouble

Reads the value and returns it as a double.

[Visual Basic]
Overridable Public Function ReadDouble() As Double
[C#]
public virtual double ReadDouble();
[C++]
public: virtual double ReadDouble();
[JScript]
public function ReadDouble() : double;

Return Value

The value as a double.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to double.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace