NumericFormat.RoundTrip
NumericFormat.RoundTrip property
Converts and attempts to ensure that a numeric value that is converted to a string is parsed back into the same numeric value.
public static NumericFormat RoundTrip { get; }
Remarks
Internally code is generating number strings for WKT via: coordinate.ToString(“R”, CultureInfo.InvariantCulture) decision.
See Also
- class NumericFormat
- namespace Aspose.Gis
- assembly Aspose.GIS