System::String::Replace μέθοδος
περιεχόμενα
[
κρύβω
]String::Replace(char_t, char_t) const method
Αντικαθιστά όλες τις εμφανίσεις του χαρακτήρα στη συμβολοσειρά.
String System::String::Replace(char_t oldValue, char_t newValue) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| oldValue | char_t | Χαρακτήρας προς αντικατάσταση. |
| newValue | char_t | τιμή αντικατάστασης. |
ReturnValue
String with replacement done.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::Replace(const String&, const String&) const method
Αντικαθιστά όλες τις εμφανίσεις της αναζήτησης σε αυτή τη συμβολοσειρά.
String System::String::Replace(const String &oldValue, const String &newValue) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| oldValue | const String& | String για αντικατάσταση. |
| newValue | const String& | συμβολοσειρά αντικατάστασης. |
ReturnValue
String with replacement done.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++