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