Click or drag to resize

EAPConvertToInt16 Method

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