System::Text::StringBuilder::CopyTo metod
StringBuilder::CopyTo method
Kopierar builderns data till befintliga arraypositioner.
void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
| Parameter | Typ | Beskrivning |
|---|---|---|
| sourceIndex | int | Index i byggaren att börja kopiera från. |
| destination | System::ArrayPtr<char_t> const& | Målararray. |
| destinationIndex | int | Index i destinationsarrayen att börja infoga vid. |
| count | int | Antal tecken att kopiera. |
Se även
- Typedef ArrayPtr
- Class StringBuilder
- Namespace System::Text
- Library Aspose.PDF for C++