Click or drag to resize
GraphNodeToBoolean Method
Returns the representation of the result as a boolean.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 1.0.0.0
Syntax
C#
public bool ToBoolean()

Return Value

Type: Boolean
Exceptions
ExceptionCondition
InvalidOperationException It throws an InvalidOperationException when the internal value is not an scalar.
InvalidCastExceptionWhen the scalar value is not convertible to target type.
See Also