SyntaxFacts.IsColon(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.
Détermine si le caractère unicode est un caractère deux-points.
public:
static bool IsColon(char c);
public static bool IsColon(char c);
static member IsColon : char -> bool
Public Shared Function IsColon (c As Char) As Boolean
Paramètres
- c
- Char
Caractère unicode.
Retours
Valeur booléenne définie sur True si le caractère est un caractère deux-points.