摘要:
41.判断是否为数字 /**//**//**//// /// 名称:IsNumberic /// 功能:判断输入的是否是数字 /// 参数:string oText:源文本 /// 返回值: bool true:是 false:否 /// public bool IsNumberic(string oText) { try { int var1=Convert.T... 阅读全文
posted @ 2007-07-20 09:46
Cameo
阅读(250)
评论(0)
推荐(0)