EAPUtilToDecimal Method |
Name | Description | |
---|---|---|
ToDecimal(Object) |
Convert an object to a decimal value handling the case when the object is DBNull.
When the object is null, the return value will default to zero.
| |
ToDecimal(Object, Decimal) |
Convert an object to a decimal value handling the case when the object is DBNull.
When the object is null, the return value is the value of the defaultValue parameter.
|