int tbr = Convert.ToByte(dataGridView1.Rows[i].Cells[8].Value);
运行后报错:
未处理FormatExcetion
输入字符串的格式不正确
相关分类