Returns the result's value as a ulong.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static ulong asULong( DOFValue value )
Parameters
- value
- Type: org.opendof.core.oalDOFValue
Value to return as unsigned long
Return Value
Type: UInt64the result's value as an unsigned long.
Remarks
See Also