System::UriShim::HexEscape 方法

UriShim::HexEscape method

将字符转换为转义的十六进制形式。

static String System::UriShim::HexEscape(char16_t character)
参数类型描述
字符char16_t要转换的字符。

ReturnValue

转义值。

另见