点击botton1 textbox1除textbox2的结果四舍五入取整和保留两位小数分别要怎么写
textBox3.Text = string.Format("{0:N2}", a / b);取整就是N0