Xml EvaluateNumber¶ Returns the numeric value of current node. 1myXml.EvaluateNumber():number Returns the numeric value of the specified xpath. 1myXml.EvaluateNumber(xpath: string):number Parameters¶ string xpath XPath to evaluate. If not specified current node is used. See Also¶ Xml.Evaluate Xml.EvaluateBoolean Xml.EvaluateDateTime