Convert a list 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 DOFGuid[] array( IList<byte[]> data )
Parameters
- data
- Type: System.Collections.GenericIListByte
The data to encapsulate. Must not be null.
Return Value
Type: DOFGuidAn array of guid values.
Remarks
See Also