Convert an array of language types into an array of OAL values.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFInt32[] array( int[] data )
Parameters
- data
- Type: SystemInt32
The data to encapsulate. Must not be null.
Return Value
Type: DOFInt32An array of 32-bit integer values.
Remarks
See Also