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;
The value as an Int32.
Exception Type | Condition |
---|---|
FormatException | Value cannot be converted to Int32. |
XmlReader Class | XmlReader Members | System.NewXml Namespace