Skip to content

XmlNode.IsEmpty

Overview

Boolean XmlNode.IsEmpty ( [ xpath ] )
Returns boolean value that states if the current node or specified xpath has an empty string.

Arguments

String xpath XPath to evaluate.

Remarks

Examples

Evaluate with an xpath

var isNameEmpty = $Xml.IsEmpty('//Customer/Name');

See Also