DOFStringarray Method (String)OpenDOF Object Access Library
Convert an array of java Strings into an array of DOFStrings.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static DOFString[] array(
	string[] data
)

Parameters

data
Type: SystemString
The data to encapsulate. Must not be null.

Return Value

Type: DOFString
An array of string values.
Remarks

Convert an array of java Strings into an array of DOFStrings.
See Also

Reference