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