IXPathResultBooleanValue Property
The value of this boolean result.

Namespace: Aspose.Html.Dom.XPath
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
bool BooleanValue { get; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
DOMExceptionTYPE_ERR: raised if resultType is not Boolean type.
See Also