DateTime d = DateTime.Now;DateTime.TryParse(TextBox1.Text,out d);此时如果能转换就转换到d,不能转换则d的值等于当前时间,不抛异常
if(textbox1.text=="") { 报错; return;}
在button点击事件中对字符串长度进行判断,为0即return;