Convert a list of Java Strings into an array of DOFString.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFString[] array( IList<string> data )
Parameters
- data
- Type: System.Collections.GenericIListString
The data to encapsulate. Must not be null.
Return Value
Type: DOFStringAn array of string values.
Remarks
See Also