float f=12345.6789;

String str
=String.Format("{0:f1}",f);

//
结果
str=12345.7

相关文章: