Método System::Uri::HexEscape

Uri::HexEscape method

Devuelve un equivalente hexadecimal del carácter especificado.

static String System::Uri::HexEscape(char16_t character)
ParámetroTipoDescripción
carácterchar16_tEl carácter a convertir

ReturnValue

La representación hexadecimal del carácter especificado

Ver también