ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.ASCIIByteArrayToString Method 

Converts ASCII byte array to string.

[Visual Basic]
Public Shared Function ASCIIByteArrayToString( _
   ByVal Byte[] As Byte() _
) As String
[C#]
public static string ASCIIByteArrayToString(
   Byte[] characters
);

Parameters

Byte[]
Byte array to be converted.

Return Value

String representation of the byte array.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace