ConvertValueIsInteger Method
Indicates whether a value is
Int32 type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ValueIsInteger(
Object value
)
Public Shared Function ValueIsInteger (
value As Object
) As Boolean
- value Object
- Expresion to evaluate.
Boolean if the value is a type integer; otherwise,
.