System::UriShim::EscapeAsciiChar method
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.Page for C++