decimal  d=2532.20
string nd = d.ToString("0.##");

结果:2532.2

相关文章: