如何去除decimal后面的零?
1.260000m.ToString("G29")
不显示科学记数法?
decimal.Parse("0.0000001",System.Globalization.CultureInfo.GetCultureInfo("en-US")).ToString();