EvaluateBoolean¶
Returns boolean value of the current node.
1 |
|
Returns boolean value of the specified xpath.
1 |
|
Parameters¶
string xpath
XPath to evaluate. If not specified current node is used.
Remarks¶
This method checks the evaluated value is (non-case sensitive) equal to "false" or "0" or empty value. All other values are evaluated as true value.
This method checks the evaluated value is (non-case sensitive) equal to "false" or "0" or empty value. All other values are evaluated as true value.
Evaluate with a xpath¶
1 |
|