Partager via


PasswordValidator<TUser>.IsDigit(Char) Méthode

Définition

Retourne un indicateur indiquant si le caractère fourni est un chiffre.

public:
 virtual bool IsDigit(char c);
public virtual bool IsDigit (char c);
abstract member IsDigit : char -> bool
override this.IsDigit : char -> bool
Public Overridable Function IsDigit (c As Char) As Boolean

Paramètres

c
Char

Caractère à case activée s’il s’agit d’un chiffre.

Retours

True si le caractère est un chiffre, sinon false.

S’applique à