méthode System::String::Replace
Contenu
[
Cacher
]String::Replace(char_t, char_t) const method
Remplace toutes les occurrences du caractère dans la chaîne.
String System::String::Replace(char_t oldValue, char_t newValue) const
| Paramètre | Type | Description |
|---|---|---|
| oldValue | char_t | Caractère à remplacer. |
| newValue | char_t | valeur de remplacement. |
ReturnValue
String with replacement done.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::Replace(const String&, const String&) const method
Remplace toutes les occurrences de la recherche dans cette chaîne.
String System::String::Replace(const String &oldValue, const String &newValue) const
| Paramètre | Type | Description |
|---|---|---|
| oldValue | const String& | String à remplacer. |
| newValue | const String& | chaîne de remplacement. |
ReturnValue
String with replacement done.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++