1、方法要实现string类型到int类型的转换,使用内置函数Convert.ToInt32()即可完成。2、代码如下:int num = Convert.ToInt32(TextBox1.Text);