PasswordValidator<TUser>.IsDigit(Char) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.