System::Uri::HexUnescape 方法

Uri::HexUnescape method

将指定字符的十六进制表示转换为字符。

static char16_t System::Uri::HexUnescape(const String &pattern, int32_t &index)
参数类型描述
模式const String&包含字符十六进制表示的字符串
索引int32_t&pattern 中字符十六进制表示开始的位置

ReturnValue

位于位置 index 的十六进制编码所表示的字符。如果 index 处的字符未进行十六进制编码,则返回 index 处的字符。index 的值会递增,以指向返回字符之后的下一个字符。

另见