System::Uri::EscapeDataString methode
Uri::EscapeDataString method
Converteert een string naar zijn escaped representatie.
static String System::Uri::EscapeDataString(const String &stringToEscape)
| Parameter | Type | Beschrijving |
|---|---|---|
| stringToEscape | const String& | De string om te ontsnappen |
ReturnValue
Een nieuwe string die de ontsnapte weergave van stringToEscape bevat
Zie ook
- Class String
- Class Uri
- Namespace System
- Library Aspose.Page for C++