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
)
Public Function ToString (
precision As Precision
) As String
public:
String^ ToString(
Precision precision
)
member ToString :
precision : Precision -> string
Parameters
- precision
- Type: DotNetCoordsPrecision
The required precision.
Return Value
Type:
StringA string representation of this MGRS reference to the required
precision.
See Also