DOFResultTasString Method OpenDOF Object Access Library
Returns the result's value as a String.

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

C#
string asString()

Return Value

Type: String
the result's value as a String.
Remarks

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

Throws ClassCastException if called on a non-String result.

See Also

Reference