PasswordValidator<TUser>.IsLower(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 une lettre ASCII minuscule.
public:
virtual bool IsLower(char c);
public virtual bool IsLower (char c);
abstract member IsLower : char -> bool
override this.IsLower : char -> bool
Public Overridable Function IsLower (c As Char) As Boolean
Paramètres
- c
- Char
Caractère à case activée s’il s’agit d’une lettre ASCII minuscule.
Retours
True si le caractère est une lettre ASCII minuscule, sinon false.