EAPConvertToInt64 Method |
Name | Description | |
---|---|---|
ToInt64(Object) |
Convert an object to an int64 handling the case when the object is DBNull.
When the object is null or an empty string, the return value is 0.
| |
ToInt64(Object, Int64) |
Convert an object to an int64 handling the case when the object is DBNull.
When the object is null, the return value is the value of the defaultValue parameter.
|