Returns the result's value as a Long.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static long asLong( DOFValue value )
Parameters
- value
- Type: org.opendof.core.oalDOFValue
Value to return as long Throws ClassCastException if called on a non-long result.
Return Value
Type: Int64the result's value as a long.
Remarks
See Also