Méthode System::Uri::EscapeDataString
Uri::EscapeDataString method
Convertit une chaîne en sa représentation échappée.
static String System::Uri::EscapeDataString(const String &stringToEscape)
| Paramètre | Type | Description |
|---|---|---|
| stringToEscape | const String& | La chaîne à échapper |
ReturnValue
Une nouvelle chaîne contenant la représentation échappée de stringToEscape
Voir aussi
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++