System::UriShim::HexUnescape method
UriShim::HexUnescape method
अक्षर को एस्केप्ड हेक्स रूप से परिवर्तित करता है।
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| pattern | const String& | String से एस्केप्ड हेक्स रूप पढ़ने के लिए। |
| सूचकांक | int32_t& | दिए गए स्ट्रिंग में ऑफ़सेट। |
ReturnValue
डिकोड किया गया अक्षर।
संबंधित देखें
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++