طريقة System::UriShim::EscapeAsciiChar
UriShim::EscapeAsciiChar method
يحوّل الحرف إلى الشكل السداسي العشري المُهَرَّب.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| معامل | نوع | الوصف |
|---|---|---|
| ch | char16_t | الحرف المراد تحويله. |
| to | const System::ArrayPtr<char16_t>& | مخزن الإخراج. |
| pos | int32_t& | الموضع في مخزن الإخراج؛ يتقدم بعد الترميز. |
انظر أيضًا
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Font for C++