System::UriShim class

UriShim class

服务类。

class UriShim

方法

方法描述
static EscapeAsciiChar(char16_t, const System::ArrayPtr<char16_t>&, int32_t&)将字符转换为转义的十六进制形式。
static HexEscape(char16_t)将字符转换为转义的十六进制形式。
static HexUnescape(const String&, int32_t&)将字符从转义的十六进制形式转换回来。
static IsHexEncoding(const String&, int32_t)检查给定的模式是否为转义的十六进制形式。

另见