AliasPathResolver.IsPathChar(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 un caractère est valide pour un chemin d’accès.
protected bool IsPathChar (char ch);
member this.IsPathChar : char -> bool
Protected Function IsPathChar (ch As Char) As Boolean
Paramètres
- ch
- Char
Caractère à vérifier.
Retours
true
si le caractère est valide pour un chemin d’accès ; sinon, false
.