Click or drag to resize
MGRSRefToString Method (Precision)
doogal.co.uk Home



Return a String representation of this MGRS reference to 1m, 10m, 100m, 1000m or 10000m precision.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public string ToString(
	Precision precision
)

Parameters

precision
Type: DotNetCoordsPrecision
The required precision.

Return Value

Type: String
A string representation of this MGRS reference to the required precision.
See Also