C#如何從TextBox中取值並轉化爲浮點

 1,定義一個 數值 float x;  2,由textBox1中的內容提取浮點值:float       x = float.Parse(textBox1.Text); 
相關文章
相關標籤/搜索