System::Security::SecurityElement::Escape method

SecurityElement::Escape method

Escapes characters in XML string.

static String System::Security::SecurityElement::Escape(const String &str)
ParameterTypeDescription
strconst String&String to escape.

ReturnValue

Escaped string.

See Also