GEOREFParse Method

Parses a string into a GEOREF coordinate.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public static GEOREF Parse(
	string value
)

Parameters

value  String
string

Return Value

GEOREF
GEOREF

Example

The following example parses a GEOREF coordinate.
C#
GEOREF geo = GEOREF.Parse("SAFB60125012");

See Also