DataValueToInt32 Method
Convert a value to
Int32.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object ValueToInt32(
Object value,
bool allowDBNull = true
)
Public Shared Function ValueToInt32 (
value As Object,
Optional allowDBNull As Boolean = true
) As Object
- value Object
- Value to convert.
- allowDBNull Boolean (Optional)
- Indicates whether null values are allowed.
ObjectObject with the value converted.