DOFResultTasUInt Method OpenDOF Object Access Library
Returns the result's value as a uint.

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

C#
uint asUInt()

Return Value

Type: UInt32
the result's value as a uint.
Remarks

Returns the result's value as a uint. Compatible with results of type org.opendof.core.oal.value.DOFUInt32 and all types accepted by DOFResult<T>.asUShort() .

Throws ClassCastException if called on a non-unsigned-integer result.

See Also

Reference