IXPathResult.NumberValue

IXPathResult.NumberValue property

The value of this number result.

public double NumberValue { get; }

Exceptions

exceptioncondition
DOMExceptionTYPE_ERR: raised if resultType is not Number type.

See Also