xtd 0.2.0
Loading...
Searching...
No Matches

◆ hex_escape()

static xtd::ustring xtd::uri::hex_escape ( char  character)
static

Converts a specified character into its hexadecimal equivalent.

Parameters
characterThe character to convert to hexadecimal representation.
Returns
string The hexadecimal representation of the specified character.
Exceptions
ArgumentOutOfRangeExceptioncharacter is greater than 255.