验证整数或小数

Regex reg1 = new Regex(@"[0-9]+\.?[0-9]*$"); //@"[0-9]+\.?[0-9]*$"
bool boo= reg1.IsMatch(txtArea.Text.ToString());

posted @ 2012-06-25 20:23  jsping68  阅读(159)  评论(0编辑  收藏  举报