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#
public static uint asUInt( DOFValue value )
Parameters
- value
- Type: org.opendof.core.oalDOFValue
Value to return as uint. Throws ClassCastException if called on a non-unsigned-integer result.
Return Value
Type: UInt32the value as a uint.
Remarks
See Also