DOFResultTasBoolean Method OpenDOF Object Access Library
Returns the result's value as a boolean.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
bool asBoolean()

Return Value

Type: Boolean
the result's value as a boolean.
Remarks

Returns the result's value as a boolean. Compatible with results of type org.opendof.core.oal.value.DOFBoolean .

Throws ClassCastException if called on a non-boolean result.

See Also

Reference