Char.INumberBase<Char>.IsInteger(Char) Metodo

Definizione

Determina se un valore rappresenta un numero integrale.

 static bool System.Numerics.INumberBase<System.Char>.IsInteger(char value) = System::Numerics::INumberBase<char>::IsInteger;
static bool INumberBase<char>.IsInteger (char value);
static member System.Numerics.INumberBase<System.Char>.IsInteger : char -> bool
 Shared Function IsInteger (value As Char) As Boolean Implements INumberBase(Of Char).IsInteger

Parametri

value
Char

Valore da controllare.

Restituisce

true se value è un numero intero; in caso contrario, false.

Implementazioni

Si applica a