System::String::CopyTo-methode
String::CopyTo method
Kopieert stringtekens naar bestaande array‑elementen. Er wordt niet herschaald.
void System::String::CopyTo(int sourceIndex, const ArrayPtr<char_t> &destination, int destinationIndex, int count) const
| Parameter | Type | Beschrijving |
|---|---|---|
| sourceIndex | int | Index in de string om vanaf te lezen. |
| doel | const ArrayPtr<char_t>& | Doel-array. |
| destinationIndex | int | Index in de array om vanaf te schrijven. |
| count | int | Aantal tekens om te kopiëren. |
Zie ook
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Page for C++