AliasPathResolver.IsPathChar(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies if a character is valid for a path.
protected bool IsPathChar (char ch);
member this.IsPathChar : char -> bool
Protected Function IsPathChar (ch As Char) As Boolean
Parameters
- ch
- Char
Character to verify.
Returns
true
if the character is valid for a path; otherwise, false
.