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