System::Uri::EscapeUriString metod
Uri::EscapeUriString method
Konverterar en URI-sträng till dess escapade representation.
static String System::Uri::EscapeUriString(const String &stringToEscape)
| Parameter | Typ | Beskrivning |
|---|---|---|
| stringToEscape | const String& | Strängen att escapera |
ReturnValue
En String som innehåller den escapade representationen av stringToEscape
Se även
- Class String
- Class Uri
- Namespace System
- Library Aspose.PDF for C++