System::UriShim::EscapeAsciiChar method

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)
ParameterTypeBeskrivning
chchar16_tTecken att konvertera.
tillconst System::ArrayPtr<char16_t>&Utdatabuffert.
posint32_t&Position i utdata-bufferten; avanceras efter kodning.

Se även