convert.todecimal求助convert.todecimal(textbox1.text),要实现:如果textbox1.text为空则为0 应该怎么写?谢谢[解决办法]Convert.ToDecimal(IIF(TextBox.Text= " ",0,TextBox.Text))