Convert this MGRS reference to an equivelent UTM reference. This method based on http://www.stellman-greene.com/mgrs_to_utm/

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)

Collapse imageSyntax

C#
public UTMRef ToUTMRef()
Visual Basic (Declaration)
Public Function ToUTMRef As UTMRef
Visual C++
public:
UTMRef^ ToUTMRef()

Return Value

The equivalent UTM reference.

Collapse imageSee Also