1、string To float. 簡單的例子:. float x = 3.14F;. string s = x.ToString();. string s = "3.14";. float x = float.Parse(s);. 精度問題:.
確定! 回上一頁