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
이 문자열에서 lookup의 모든 발생을 교체합니다.
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++