System::Xml::XmlReader::ReadElementContentAsDouble method
Contents
[
Hide
]XmlReader::ReadElementContentAsDouble() method
Reads the current element and returns the contents as a double-precision floating-point number.
virtual double System::Xml::XmlReader::ReadElementContentAsDouble()
ReturnValue
The element content as a double-precision floating-point number.
See Also
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlReader::ReadElementContentAsDouble(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 double-precision floating-point number.
virtual double System::Xml::XmlReader::ReadElementContentAsDouble(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 double-precision floating-point number.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++