Urn.EscapeString(String) Method

Definition

escape a string to make it suitable for use inside the XPATH expression

[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

Parameters

value
String

Returns

Attributes

Applies to