Condividi tramite


Extensions.IsInteger(Object) Metodo

Definizione

Testare un oggetto per verificare se è un tipo integer.

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

Parametri

value
Object

Valore da controllare.

Restituisce

True se tipo numerico.

Si applica a