Compartir a través de


Extensions.IsInteger(Object) Método

Definición

Pruebe un objeto para ver si es un tipo entero.

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

Parámetros

value
Object

Valor que se va a comprobar.

Devoluciones

True si el tipo numérico.

Se aplica a