Skip to content

this is Get Decimal

错误描述

this is Get Decimal: 数据超过 System.Decimal 最大表示范围请使用 GetString 取数。

错误原因

值转化错误。

分析与建议

当数值长度的精度超过其数据类型表示范围后,应采用字符串获取值,避免范围超界。