Share via


AliasPathResolver.IsPathChar(Char) Method

Definition

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.

Applies to