System::Text::StringBuilder::CopyTo 메서드
StringBuilder::CopyTo method
빌더의 데이터를 기존 배열 위치에 복사합니다.
void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| sourceIndex | int | 복사를 시작할 빌더 내 인덱스. |
| destination | System::ArrayPtr<char_t> const& | 대상 배열. |
| destinationIndex | int | 삽입을 시작할 대상 배열의 인덱스. |
| count | int | 복사할 문자 수. |
또 보기
- Typedef ArrayPtr
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Page for C++