Click or drag to resize

IValuedNodeAsBoolean Method

Gets the Boolean value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool AsBoolean()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Nodes.IValuedNode.AsBoolean"]

Exceptions
ExceptionCondition
RdfQueryExceptionThrown if the Node cannot be converted to a Boolean.
See Also