System::Uri::EscapeUriString metodo
Uri::EscapeUriString method
Converte una stringa URI nella sua rappresentazione escaped.
static String System::Uri::EscapeUriString(const String &stringToEscape)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stringToEscape | const String& | La stringa da codificare |
ReturnValue
Una String che contiene la rappresentazione con escape di stringToEscape
Vedi anche
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++