/// <summary> /// 是否为有效的整数 /// </summary> public static bool IsInt32(this String source) { return(StringHelper.IsInt(source)); }