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.Page 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.Page for C++