System::Text::StringBuilder::CopyTo 메서드

StringBuilder::CopyTo method

빌더의 데이터를 기존 배열 위치에 복사합니다.

void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
매개변수형식설명
sourceIndexint복사를 시작할 빌더 내 인덱스.
destinationSystem::ArrayPtr<char_t> const&대상 배열.
destinationIndexint삽입을 시작할 대상 배열의 인덱스.
countint복사할 문자 수.

또 보기