ConvertValueToInt32(Object) 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
)

Parameters

value  Object
Value to convert.

Return Value

Int32
Int32 with the value converted.

See Also