System::UriShim::HexEscape method

UriShim::HexEscape method

Converts character to escaped hex form.

static String System::UriShim::HexEscape(char16_t character)
ParameterTypeDescription
characterchar16_tCharacter to convert.

ReturnValue

Escaped value.

See Also