DOFInt8array Method (SByte)OpenDOF Object Access Library
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 DOFInt8[] array(
	sbyte[] data
)

Parameters

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

Return Value

Type: DOFInt8
An array of 8-bit integer values.
Remarks

Convert an array of language types into an array of OAL values.
See Also

Reference