طريقة System::String::Replace
String::Replace(char_t, char_t) const method
يستبدل جميع تكرارات الحرف في السلسلة.
String System::String::Replace(char_t oldValue, char_t newValue) const
| معامل | نوع | الوصف |
|---|---|---|
| oldValue | char_t | الحرف المراد استبداله. |
| newValue | char_t | قيمة الاستبدال. |
ReturnValue
String with replacement done.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::Replace(const String&, const String&) const method
يستبدل جميع تكرارات البحث في هذه السلسلة.
String System::String::Replace(const String &oldValue, const String &newValue) const
| معامل | نوع | الوصف |
|---|---|---|
| oldValue | const String& | String للاستبدال. |
| newValue | const String& | سلسلة الاستبدال. |
ReturnValue
String with replacement done.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++