代码如下: using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace TypeClass { public class TypeParse { /// /// 判断对象是否为Int32类型的数字 /// /// /// public static bool IsNumeric(