HexEscape()

UriShim::HexEscape(char16_t) method

Converts character to escaped hex form.

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

Arguments

ParameterTypeDescription
characterchar16_tCharacter to convert.

Return Value

Escaped value.

See Also