Share via


Extensions.IsInteger(Object) Method

Definition

Test an object to see if it is an integer type.

public static bool IsInteger (this object value);
static member IsInteger : obj -> bool
<Extension()>
Public Function IsInteger (value As Object) As Boolean

Parameters

value
Object

Value to check.

Returns

True if numeric type.

Applies to