C#判断一个string是否为数字方案一:TryCatch(执行效率不高)
C#判断一个string是否为数字
private bool IsNumberic(string oText)

相关文章: