You can easily convert string value from TextBox Control with this line of code: [ C# ]. int MyInteger = Convert.ToInt32(TextBox1.Text);. [ VB.NET ].
確定! 回上一頁