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