Urn.EscapeString(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
escape 字串使其適合在 XPATH 運算式中使用
[System.Runtime.InteropServices.ComVisible(false)]
public static string EscapeString(string value);
[<System.Runtime.InteropServices.ComVisible(false)>]
static member EscapeString : string -> string
Public Shared Function EscapeString (value As String) As String
參數
- value
- String
傳回
- 屬性