Click or drag to resize

EAPUtilToDecimal Method

Overload List
  NameDescription
Public methodStatic memberToDecimal(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.
Public methodStatic memberToDecimal(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.
Top
See Also