ConvertValueIsInteger Method

Indicates whether a value is Int32 type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ValueIsInteger(
	Object value
)

Parameters

value  Object
Expresion to evaluate.

Return Value

Boolean
if the value is a type integer; otherwise, .

See Also