System::String::Replace 메서드

String::Replace(char_t, char_t) const method

문자열에서 문자의 모든 발생을 교체합니다.

String System::String::Replace(char_t oldValue, char_t newValue) const
매개변수형식설명
oldValuechar_t교체할 문자.
newValuechar_t교체값.

ReturnValue

String with replacement done.

또 보기

String::Replace(const String&, const String&) const method

이 문자열에서 lookup의 모든 발생을 교체합니다.

String System::String::Replace(const String &oldValue, const String &newValue) const
매개변수형식설명
oldValueconst String&String 교체할.
newValueconst String&교체 문자열.

ReturnValue

String with replacement done.

또 보기