All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
PHP给图片加水印实例代码_[PHP教程]
C#如何让数据访问过程更透明_[Asp.Net教程]
php中rename()函数的妙用_[PHP教程]
借用VB的My,C#照样条条大路通罗马_.net资料_编程技术
Asp.Net、Ado.net,数据库编程超级攻略_[Asp.Net教程]
SQL,标量值函数的调用_mssql学习_编程技术
VS,2008,中文版,(90天评估)_[Asp.Net教程]
资深网管教你一步步安装MYSQL数据库_php资料_编程技术
《SQL,Server,2005技术内幕:T-SQl查询》:常见sql问题归类解答_mssql学习_编程技术
利用Rational对.NET程序进行建模_.net资料_编程技术
Reading number is top 10 pictures
ashlynn brooke
Fan bingbing black wings for platform and DanLuoWang believes beauty2
全球十大灵异酒店
HongMenYan premiere XinLiangGong clairvoyant outfit PK YiFeiLiu2
Rendez-vous Sleep with actress, three days to earn 600000
Sora aoi be huged like a bear
Sora aoi mirror memorial classics4
徐若瑄展示美丽胸围2
再发两张抽象画
2012 national geographic daily picture8
Download software ranking
Boxer's Top ten classic battle2
Macromedia Dreamweaver 8
Professional killers2 data package
变速齿轮3.26
星际争霸1.08硬盘免安装版
Unix video tutorial4
C#高级编程(第4版)
塘西风月痕
Kung fu panda - the secret of the teacher
Sora aoi's film--cangkong_Blue.Sky
aaa published in(发表于) 2013/12/11 8:29:19 Edit(编辑)
ASP.NET技巧:正则表达式提取数字_.net资料_编程技术

ASP.NET技巧:正则表达式提取数字_.net资料_编程技术

ASP.NET技巧:正则表达式提取数字_.net资料_编程技术-你的首页-uuhomepage.com
///
/// 获取字符串中的数字
///

///
///
private int GetNumber(string par)
{
string strTempContent =par;
strTempContent = System.Text.RegularExpressions.Regex.Replace(strTempContent, @"[^\d]*", "");
return Convert.ToInt32(strTempContent);
}




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.