BaseGpsReceiverAsciiByteArrayToString Method |
Converts ASCII / ANSI byte array to string.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.32.9621.18621
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 = BaseGpsReceiver.AsciiByteArrayToString(characters)
public:
static String^ AsciiByteArrayToString(
array<unsigned char>^ characters
)
static member AsciiByteArrayToString :
characters : byte[] -> string public static String AsciiByteArrayToString(
byte[] characters
)
public static function AsciiByteArrayToString(
characters : byte[]
) : String
ZylSoft.Gps.BaseGpsReceiver.AsciiByteArrayToString = function(characters);
STATIC METHOD AsciiByteArrayToString(
characters AS BYTE[]
) AS STRING
No code example is currently available or this language may not be supported.
Parameters
- characters Byte
-
Byte array to be converted.
Return Value
String
String representation of the byte array.
See Also