2011年7月2日

C#是否是数字判断

摘要: public static bool IsNumber(string strNumber){ Regex regex = new Regex("[^0-9]"); return !regex.IsMatch(strNumber);} 阅读全文

posted @ 2011-07-02 20:53 人在程序 阅读(239) 评论(0) 推荐(0) 编辑

导航