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

Reads the value and returns it as a Currency.

[Visual Basic]
Overridable Public Function ReadCurrency() As Currency
[C#]
public virtual Currency ReadCurrency();
[C++]
public: virtual Currency ReadCurrency();
[JScript]
public function ReadCurrency() : Currency;

Return Value

The value as a Currency.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to Currency.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace