EAPUtilToInt Method (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.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static int ToInt(
Object value
)
Public Shared Function ToInt (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The object to convert
Return Value
Type:
Int32The converted object as an integer.
See Also