TryParse
Summary
public static bool TryParse(string text, out MyWaypointInfo gps)
Attempts to parse a GPS coordinate from the given text. The text cannot contain anything but the GPS coordinate.
A GPS coordinate has the format GPS:Name:X:Y:Z:
Returns
Parameters
- string text
- MyWaypointInfo gps