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

Reads the value and returns it as an Int16.

[Visual Basic]
Overridable Public Function ReadInt16() As Short
[C#]
public virtual short ReadInt16();
[C++]
public: virtual short ReadInt16();
[JScript]
public function ReadInt16() : Int16;

Return Value

The value as an Int16.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to Int16.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace