ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.AddCrLfToNMEA Method 

Adds CR-LF to a NMEA sentence.

[Visual Basic]
Public Shared Function AddCrLfToNMEA( _
   ByVal String As String _
) As String
[C#]
public static string AddCrLfToNMEA(
   String nmea
);

Parameters

String
The NMEA sentence without CR-LF.

Return Value

NMEA sentence with CR-LF

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace