System::Xml::XmlReader::ReadElementContentAsBoolean method
Contents
[
Hide
]XmlReader::ReadElementContentAsBoolean() method
Reads the current element and returns the contents as a Boolean object.
virtual bool System::Xml::XmlReader::ReadElementContentAsBoolean()
ReturnValue
The element content as a Boolean object.
See Also
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlReader::ReadElementContentAsBoolean(String, String) method
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a Boolean object.
virtual bool System::Xml::XmlReader::ReadElementContentAsBoolean(String localName, String namespaceURI)
Parameter | Type | Description |
---|---|---|
localName | String | The local name of the element. |
namespaceURI | String | The namespace URI of the element. |
ReturnValue
The element content as a Boolean object.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++