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

Reads the value and returns it as a float.

[Visual Basic]
Overridable Public Function ReadSingle() As Single
[C#]
public virtual float ReadSingle();
[C++]
public: virtual float ReadSingle();
[JScript]
public function ReadSingle() : float;

Return Value

The value as a float.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to float.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace