System::String::Remove 메서드
String::Remove method
현재 문자열에서 부분 문자열을 제외한 모든 것을 추출합니다.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| startIndex | int32_t | 추출하지 않을 첫 번째 문자 인덱스. |
| count | int32_t | 추출하지 않을 문자 수. |
ReturnValue
String around specified substring.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++