System::UriShim::EscapeAsciiChar method

UriShim::EscapeAsciiChar method

Convertit le caractère en forme hexadécimale échappée.

static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
ParamètreTypeDescription
chchar16_tCaractère à convertir.
àconst System::ArrayPtr<char16_t>&Tampon de sortie.
posint32_t&Position dans le tampon de sortie ; avance après l’encodage.

Voir aussi