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