GeneralFunctions.EscapeXml(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.
Escapes Xml metacharacters
public:
static System::String ^ EscapeXml(System::String ^ content);
public static string EscapeXml (string content);
static member EscapeXml : string -> string
Public Shared Function EscapeXml (content As String) As String
Parameters
- content
- String
Specifies the unescaped input