System::UriShim::HexUnescape method

UriShim::HexUnescape method

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

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

ReturnValue

解码后的字符。

另见