EAPConvertToInt16 Method |
| Name | Description | |
|---|---|---|
| ToInt16(Object) |
Convert an object to an int16 handling the case when the object is DBNull.
When the object is null or an empty string, the return value is 0.
| |
| ToInt16(Object, Int16) |
Convert an object to an int16 handling the case when the object is DBNull.
When the object is null, the return value is the value of the defaultValue parameter.
|