Click or drag to resize

SerialPortAsciiByteArrayToString Method

Converts ASCII / ANSI byte array to string.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public static string AsciiByteArrayToString(
	byte[] characters
)

Parameters

characters  Byte
Byte array to be converted.

Return Value

String
String representation of the byte array.
See Also