ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.CheckSumOk Method 

Checks if the CheckSum of the sentence is valid.

[Visual Basic]
Public Shared Function CheckSumOk( _
   ByVal String As String _
) As Boolean
[C#]
public static bool CheckSumOk(
   String nmea
);

Parameters

String
The NMEA sentence.

Return Value

True if the CheckSum is valid, false otherwise.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace