DataValueToInt32 Method

Convert a value to Int32.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object ValueToInt32(
	Object value,
	bool allowDBNull = true
)

Parameters

value  Object
Value to convert.
allowDBNull  Boolean  (Optional)
Indicates whether null values are allowed.

Return Value

Object
Object with the value converted.

See Also