AliasPathResolver.IsPathChar(Char) 方法

定義

驗證字元是否對路徑有效。

protected bool IsPathChar (char ch);
member this.IsPathChar : char -> bool
Protected Function IsPathChar (ch As Char) As Boolean

參數

ch
Char

要驗證的字元。

傳回

true 如果字元對路徑有效則為 ;否則為 false

適用於