C# float转换。(急!~急!~急!~)float b = xx.xxxx;float a = float.Parse(b.ToString("#0.0"));怎么让b只留下一位小数 然后存到a中。上面是我百度的。 但是存到数据库是0[解决办法]
b.ToString("F1")