Table of Contents

Property Bool

Namespace
DotNetBrowser.Dom.XPath
Assembly
DotNetBrowser.dll

Bool

Gets the boolean value of the evaluation result.

bool? Bool { get; }

Property Value

bool?

The bool value of the evaluation result. If evaluation result type is not boolean, then returns null.