System::String::Remove 메서드

String::Remove method

현재 문자열에서 부분 문자열을 제외한 모든 것을 추출합니다.

String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
매개변수형식설명
startIndexint32_t추출하지 않을 첫 번째 문자 인덱스.
countint32_t추출하지 않을 문자 수.

ReturnValue

String around specified substring.

또 보기