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++