Skip to content

XmlNode.EvaluateNumber

Overview

Number XmlNode.EvaluateNumber ( [ xpath ] )
Returns the numeric value of the specified xpath.

Arguments

String xpath

XPath to evaluate. If not specifed current node is used.

Remarks

Examples

Evaluate with an xpath

var number = $Xml.EvaluateNumber('//Customer/Number');

See Also