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++