XmlReader.ReadElementContentAsBoolean 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 Boolean object.
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 Boolean object. |
| ArgumentNullException | The method is called with Nothing arguments. |
Show: