IXPathResultNumberValue Property
The value of this number result.

Namespace: Aspose.Html.Dom.XPath
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
double NumberValue { get; }

Property Value

Type: Double
Exceptions
ExceptionCondition
DOMExceptionTYPE_ERR: raised if resultType is not Number type.
See Also