ConvertValueToInt32(Object, Int32) Method

Converts a value to a number of type Int32.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static int ValueToInt32(
	Object value,
	int nullValue
)

Parameters

value  Object
Value to convert.
nullValue  Int32
Default value for nulls.

Return Value

Int32
Int32 with the value converted.

See Also