System::String::Replace método
Contenido
[
Ocultar
]String::Replace(char_t, char_t) const method
Reemplaza todas las ocurrencias del carácter en la cadena.
String System::String::Replace(char_t oldValue, char_t newValue) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| oldValue | char_t | Carácter a reemplazar. |
| newValue | char_t | valor de reemplazo. |
ReturnValue
String with replacement done.
Ver también
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::Replace(const String&, const String&) const method
Reemplaza todas las ocurrencias de la búsqueda en esta cadena.
String System::String::Replace(const String &oldValue, const String &newValue) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| oldValue | const String& | String para reemplazar. |
| newValue | const String& | cadena de reemplazo. |
ReturnValue
String with replacement done.
Ver también
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++