会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
玲玲
人生短暂,珍惜现在。无论成败,至少你曾经努力过,才不会后悔。
博客园
首页
新随笔
联系
订阅
管理
2021年11月29日
C#验证输入是否未数字类型
摘要: public bool IsNumber(String strNumber) { Regex objNotNumberPattern = new Regex("[^0-9.-]"); Regex objTwoDotPattern = new Regex("[0-9]*[.][0-9]*[.][0-9
阅读全文
posted @ 2021-11-29 16:57 cv玲玲
阅读(64)
评论(0)
推荐(0)
编辑
公告