System::UriShim::EscapeAsciiChar metod

UriShim::EscapeAsciiChar method

Konverterar tecken till escapad hexform.

static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
ParameterTypBeskrivning
chchar16_tTecken att konvertera.
tillconst System::ArrayPtr<char16_t>&Utdata-buffert.
posint32_t&Position i utdata-bufferten; förflyttas efter kodning.

Se även