EAPUtilToInt Method |
Name | Description | |
---|---|---|
![]() ![]() | ToInt(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.
|
![]() ![]() | ToInt(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.
|