Urn.UnEscapeString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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