System::Uri::EscapeDataString method
Uri::EscapeDataString method
Converts a string to its escaped representation.
static String System::Uri::EscapeDataString(const String &stringToEscape)
Parameter | Type | Description |
---|---|---|
stringToEscape | const String& | The string to escape |
ReturnValue
A new string containing the escaped representation of stringToEscape
See Also
- Class String
- Class Uri
- Namespace System
- Library Aspose.TeX for C++