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

Reads the value and returns it as an Int32.

[Visual Basic]
Overridable Public Function ReadInt32() As Integer
[C#]
public virtual int ReadInt32();
[C++]
public: virtual int ReadInt32();
[JScript]
public function ReadInt32() : int;

Return Value

The value as an Int32.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to Int32.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace