Click or drag to resize

EAPConvertToInt64 Method

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