System::Uri::EscapeDataString method
Uri::EscapeDataString method
将字符串转换为其转义表示形式。
static String System::Uri::EscapeDataString(const String &stringToEscape)
| Parameter | Type | 描述 |
|---|---|---|
| stringToEscape | const String& | The string to escape |
ReturnValue
A new string containing the escaped representation of stringToEscape
另见
- Class String
- Class Uri
- Namespace System
- Library Aspose.Page for C++