XmlConvert.IsPublicIdChar(Char) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果引數中的字元是有效的公用 ID 字元,則會傳回傳入的字元執行個體,否則傳回 null
。
public:
static bool IsPublicIdChar(char ch);
public static bool IsPublicIdChar (char ch);
static member IsPublicIdChar : char -> bool
Public Shared Function IsPublicIdChar (ch As Char) As Boolean
參數
傳回
如果字元是有效的公用 ID 字元,則為傳入的字元;否則為 null
。