正则表达式获取内容中的数字 - tronic
tronic
·
2007-04-17
·
via 博客园 - tronic
private int GetNumber(string par) { string strTempContent =par; strTempContent = System.Text.RegularExpressions.Regex.Replace(strTempContent, @"[^\d]*", ""); return Convert.ToInt32(strTempConte...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。