System::Uri::HexEscape 方法

Uri::HexEscape method

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

static String System::Uri::HexEscape(char16_t character)
ParameterType描述
字符char16_t要转换的字符

ReturnValue

指定字符的十六进制表示

另见