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