Click or drag to resize

SerialPortStringToUnicodeByteArray Method

Converts string to UTF16 byte array.

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

Parameters

text  String
String value to be converted,

Return Value

Byte
Byte array representation of the string.
See Also