XmlReader.ReadElementContentAsInt Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads the current element and returns the contents as a 32-bit signed integer.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The XmlReader is not positioned on an element. |
| XmlException | The current element contains child elements. -or- The element content cannot be converted to a 32-bit signed integer. |
| ArgumentNullException | The method is called with null arguments. |
Show: