Click or drag to resize

SerialPortUtf32ByteArrayToString Method

Converts UTF32 byte array to string.

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

Parameters

characters  Byte
Byte array to be converted.

Return Value

String
String representation of the byte array.
See Also