GsmModemAsciiByteArrayToString Method |
Converts ANSI byte array to string.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static string AsciiByteArrayToString(
byte[] characters
)
Public Shared Function AsciiByteArrayToString (
characters As Byte()
) As String
Dim characters As Byte()
Dim returnValue As String
returnValue = GsmModem.AsciiByteArrayToString(characters)
public:
static String^ AsciiByteArrayToString(
array<unsigned char>^ characters
)
static member AsciiByteArrayToString :
characters : byte[] -> string Parameters
- characters Byte
-
Byte array to be converted.
Return Value
String
String representation of the byte array.
See Also