System::UriShim::HexUnescape 方法

UriShim::HexUnescape method

将字符从转义的十六进制形式转换回来。

static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
参数类型描述
patternconst String&用于读取转义十六进制形式的 String
索引int32_t&给定字符串中的偏移量。

ReturnValue

解码后的字符。

另见