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: StringThe String representation of an ascii byte array.
Remarks
See Also