DOFStringarray Method (IListString)OpenDOF Object Access Library
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: DOFString
An array of string values.
Remarks

Convert a list of Java Strings into an array of DOFString.
See Also

Reference