System::Uri::HexEscape 方法

Uri::HexEscape method

返回指定字符的十六进制等价值。

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

ReturnValue

指定字符的十六进制表示

另见