System::Uri::EscapeUriString-Methode
Uri::EscapeUriString method
Konvertiert einen URI-String in seine escaped Darstellung.
static String System::Uri::EscapeUriString(const String &stringToEscape)
| Parameter | Typ | Beschreibung |
|---|---|---|
| stringToEscape | const String& | Der zu maskierende String |
ReturnValue
Ein String, der die escaped Darstellung von stringToEscape enthält
Siehe auch
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++