Return a string representation of this MGRS Reference to whatever precision this reference is set to.

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

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

a string representation of this MGRS reference to whatever precision this reference is set to.

See Also