System::UriShim::HexUnescape 方法
UriShim::HexUnescape method
将字符从转义的十六进制形式转换回来。
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| 参数 | 类型 | 描述 |
|---|---|---|
| pattern | const String& | 用于读取转义十六进制形式的 String。 |
| 索引 | int32_t& | 给定字符串中的偏移量。 |
ReturnValue
解码后的字符。
另见
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Font for C++