Skip to content

EvaluateNumber

Returns the numeric value of current node.

1
myXml.EvaluateNumber():number

Returns the numeric value of the specified xpath.

1
myXml.EvaluateNumber(xpath: string):number

Parameters

string xpath
    XPath to evaluate. If not specified current node is used.

See Also