Urn.UnEscapeString(String) Method

Definition

remove the escaping previously added to a string for insertion in the XPATH

[System.Runtime.InteropServices.ComVisible(false)]
public static string UnEscapeString (string escapedValue);
[<System.Runtime.InteropServices.ComVisible(false)>]
static member UnEscapeString : string -> string
Public Shared Function UnEscapeString (escapedValue As String) As String

Parameters

escapedValue
String

Returns

Attributes

Applies to