Escape()

SecurityElement::Escape(const String&) method

Escapes characters in XML string.

static String System::Security::SecurityElement::Escape(const String &str)

Arguments

ParameterTypeDescription
strconst String&String to escape.

Return Value

Escaped string.

See Also