System::UriShim::EscapeAsciiChar methode

UriShim::EscapeAsciiChar method

Converteert teken naar geescaped hexadecimale vorm.

static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
ParameterTypeBeschrijving
chchar16_tTeken om te converteren.
toconst System::ArrayPtr<char16_t>&Uitvoerbuffer.
posint32_t&Positie in de uitvoerbuffer; wordt vooruitgeschoven na codering.

Zie ook