Urn.EscapeString(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.
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