System::Xml::XmlReader::ReadElementContentAsDouble 方法
XmlReader::ReadElementContentAsDouble() method
读取当前元素并将内容返回为双精度浮点数。
virtual double System::Xml::XmlReader::ReadElementContentAsDouble()
ReturnValue
元素内容作为双精度浮点数。
另见
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadElementContentAsDouble(String, String) method
检查指定的本地名称和命名空间 URI 是否与当前元素匹配,然后读取当前元素并将内容返回为双精度浮点数。
virtual double System::Xml::XmlReader::ReadElementContentAsDouble(String localName, String namespaceURI)
| 参数 | 类型 | 描述 |
|---|---|---|
| localName | String | 元素的本地名称。 |
| namespaceURI | String | 元素的命名空间 URI。 |
ReturnValue
元素内容作为双精度浮点数。
另见
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++