EvaluateNumber¶
Returns the numeric value of the current node.
myXml.EvaluateNumber():number
Returns the numeric value of the node selected by the specified XPath expression.
myXml.EvaluateNumber(xpath: string):number
Parameters¶
string xpath
The XPath expression to evaluate. If not specified, the current node is used.
Returns¶
The numeric value of the current node. The numeric value of the selected node.
Remarks¶
Read a numeric value from a selected node¶
1 | |