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;
The value as a double.
Exception Type | Condition |
---|---|
FormatException | Value cannot be converted to double. |
XmlReader Class | XmlReader Members | System.NewXml Namespace