一、string装换为int
显示转换Convert.ToInt32
获取界面上文本框中输入的string类型的personId,转换成整形:
int personId = Convert.ToInt32(txtIndexPersonId.Text);