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コピーする文字数。

参照