UniversalTransverseMercatorToCentimeterString Method

Note: This API is now obsolete.
Centimeter formatted UTM string (to the 5th decimal)

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
[ObsoleteAttribute("Use the ToRoundedString() method with your preferred precision. Use 5 as precision to keep the behavior of this method.")]
public string ToCentimeterString()

Return Value

String
UTM Formatted Coordinate String

See Also