Metodo System::String::Replace
Contenuti
[
Nascondere
]String::Replace(char_t, char_t) const method
Sostituisce tutte le occorrenze del carattere nella stringa.
String System::String::Replace(char_t oldValue, char_t newValue) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| oldValue | char_t | Carattere da sostituire. |
| newValue | char_t | valore di sostituzione. |
ReturnValue
String with replacement done.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::Replace(const String&, const String&) const method
Sostituisce tutte le occorrenze della ricerca in questa stringa.
String System::String::Replace(const String &oldValue, const String &newValue) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| oldValue | const String& | String da sostituire. |
| newValue | const String& | stringa di sostituzione. |
ReturnValue
String with replacement done.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++