XmlConvert.IsPublicIdChar(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 l'instance du caractère passé si le caractère de l'argument est un caractère d'ID public valide, sinon null
.
public:
static bool IsPublicIdChar(char ch);
public static bool IsPublicIdChar (char ch);
static member IsPublicIdChar : char -> bool
Public Shared Function IsPublicIdChar (ch As Char) As Boolean
Paramètres
Retours
Caractère passé si le caractère est un caractère d’ID public valide, sinon null
.