System::Security::SecurityElement::Escape 方法

SecurityElement::Escape method

对 XML 字符串中的字符进行转义。

static String System::Security::SecurityElement::Escape(const String &str)
ParameterType描述
strconst String&要转义的 String

ReturnValue

已转义的字符串。

另见