System::String::CopyTo-metod
String::CopyTo method
Kopierar tecken från strängen till befintliga arrayelement. Ingen storleksändring görs.
void System::String::CopyTo(int sourceIndex, const ArrayPtr<char_t> &destination, int destinationIndex, int count) const
| Parameter | Type | Beskrivning |
|---|---|---|
| sourceIndex | int | Index i strängen att börja läsa från. |
| destination | const ArrayPtr<char_t>& | Destinationsarray. |
| destinationIndex | int | Index i arrayen att börja skriva från. |
| count | int | Antal tecken att kopiera. |
Se även
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Page for C++