Click or drag to resize

EAPUtilToInt Method

Overload List
  NameDescription
Public methodStatic memberToInt(Object)
Convert an object to an int handling the case when the object is DBNull. When the object is null, the return value is 0.
Public methodStatic memberToInt(Object, Int32)
Convert an object to an int 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