System::Uri::HexEscape method

Uri::HexEscape method

Returns a hexadecimal equivalent of the specified character.

static String System::Uri::HexEscape(char16_t character)
ParameterTypeDescription
characterchar16_tThe character to convert

ReturnValue

The hexadecimal representation of the specified character

See Also