Urn.EscapeString(String) 方法

定義

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

傳回

屬性

適用於