XmlReader.IsNameToken(String) 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 une valeur indiquant si l’argument de chaîne est un jeton de nom XML valide.
public:
static bool IsNameToken(System::String ^ str);
public static bool IsNameToken (string str);
static member IsNameToken : string -> bool
Public Shared Function IsNameToken (str As String) As Boolean
Paramètres
- str
- String
Jeton de nom à valider.
Retours
true
si le jeton de nom est valide ; sinon, false
.
Exceptions
str
a la valeur null
.
Remarques
Cette méthode utilise la recommandation W3C XML 1.0 pour déterminer si le jeton de nom est valide.