日期:2014-05-18 浏览次数:20897 次
public static Decimal ToDecimal(object pObj) {
try {return Convert.ToDecimal(pObj);}
catch {return 0;}
}
------解决方案--------------------
BigInteger
http://msdn.microsoft.com/zh-cn/library/system.numerics.biginteger.aspx