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

Reads the value and returns it as an Int64.

[Visual Basic]
Overridable Public Function ReadInt64() As Long
[C#]
public virtual long ReadInt64();
[C++]
public: virtual __int64 ReadInt64();
[JScript]
public function ReadInt64() : long;

Return Value

The value as an Int64.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to Int64.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace