System::Uri::EscapeUriString 方法
Uri::EscapeUriString method
将 URI 字符串转换为其转义表示形式。
static String System::Uri::EscapeUriString(const String &stringToEscape)
| 参数 | 类型 | 描述 |
|---|---|---|
| stringToEscape | const String& | 要转义的字符串 |
ReturnValue
一个包含 stringToEscape 的转义表示的 String
另见
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++