XmlReader.IsName(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出字串引數是否為有效的 XML 名稱。
public:
static bool IsName(System::String ^ str);
public static bool IsName (string str);
static member IsName : string -> bool
Public Shared Function IsName (str As String) As Boolean
參數
- str
- String
要驗證的名稱。
傳回
如果名稱有效,即為 true
;否則為 false
。
例外狀況
str
值為 null
。
備註
這個方法會使用 W3C XML 1.0 建議 來判斷名稱是否有效。