System::Uri::UnescapeDataString method
Uri::UnescapeDataString method
Unescapes the specified escaped string.
static String System::Uri::UnescapeDataString(const String &stringToUnescape)
Parameter | Type | Description |
---|---|---|
stringToUnescape | const String& | The string to unescape |
ReturnValue
A new string containing the unescaped representation of stringToUnescape
See Also
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++