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