float f = 186446646.48974613486f.ToString("#.00")#代表普通数字,0代表如果没有这一位,用0占位。如果是string.Format的话,string.Format("{0:#.00}", f);