HexEscape()

Uri::HexEscape(char16_t) method

Returns a hexadecimal equivalent of the specified character.

static String System::Uri::HexEscape(char16_t character)

Arguments

ParameterTypeDescription
characterchar16_tThe character to convert

Return Value

The hexadecimal representation of the specified character

See Also