Click or drag to resize

GsmModemAsciiByteArrayToString Method

Converts ANSI byte array to string.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
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