DOFUtilbytesToAsciiString Method (Byte)OpenDOF Object Access Library
Convert an ascii byte array to a String.

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

C#
public static string bytesToAsciiString(
	byte[] data
)

Parameters

data
Type: SystemByte
The data to convert. Cannot be null.

Return Value

Type: String
The String representation of an ascii byte array.
Remarks

Convert an ascii byte array to a String.
See Also

Reference