NumericFormat.RoundTrip

NumericFormat.RoundTrip property

转换并尝试确保被转换为字符串的数值能够解析回相同的数值。

public static NumericFormat RoundTrip { get; }

备注

内部代码通过以下方式为 WKT 生成数字字符串:coordinate.ToString("R", CultureInfo.InvariantCulture) 决策。

另见