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

SecurityElement::Escape method

转义 XML 字符串中的字符。

static String System::Security::SecurityElement::Escape(const String &str)
参数类型描述
strconst String&String 用于转义。

ReturnValue

已转义的字符串。

另见