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

UriShim::EscapeAsciiChar method

يحوّل الحرف إلى الشكل السداسي العشري المُهَرَّب.

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

انظر أيضًا