System::Uri::EscapeDataString method

Uri::EscapeDataString method

将字符串转换为其转义表示形式。

static String System::Uri::EscapeDataString(const String &stringToEscape)
ParameterType描述
stringToEscapeconst String&The string to escape

ReturnValue

A new string containing the escaped representation of stringToEscape

另见