System::UriShim::EscapeAsciiChar طريقة

UriShim::EscapeAsciiChar method

يحوّل الحرف إلى صيغة سداسية عشرية مُهربة.

static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
ParameterTypeالوصف
chchar16_tالحرف المراد تحويله.
toconst System::ArrayPtr<char16_t>&مخزن الإخراج.
posint32_t&الموضع في مخزن الإخراج؛ يتقدم بعد الترميز.

انظر أيضًا