XmlConvert.IsNCNameChar(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.
Vérifie si le caractère passé est un type de caractère non-deux-points valide.
public:
static bool IsNCNameChar(char ch);
public static bool IsNCNameChar(char ch);
static member IsNCNameChar : char -> bool
Public Shared Function IsNCNameChar (ch As Char) As Boolean
Paramètres
- ch
- Char
Caractère à vérifier en tant que caractère non-deux-points.
Retours
true si le caractère est un type de caractère non-deux-points valide ; sinon, false.