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