如何将整型转化为textBox1->Text输出和将textBox1->Text里的数据转换成int?????
Convert::ToInt32(textBox1->Text)
Int32::Parse(textBox1->Text);