System::String::CopyTo μέθοδος
String::CopyTo method
Αντιγράφει χαρακτήρες της συμβολοσειράς σε υπάρχοντα στοιχεία του πίνακα. Δεν γίνεται αλλαγή μεγέθους.
void System::String::CopyTo(int sourceIndex, const ArrayPtr<char_t> &destination, int destinationIndex, int count) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| sourceIndex | int | Δείκτης εντός συμβολοσειράς για έναρξη ανάγνωσης. |
| destination | const ArrayPtr<char_t>& | Πίνακας προορισμού. |
| destinationIndex | int | Δείκτης εντός πίνακα από όπου ξεκινά η εγγραφή. |
| count | int | Αριθμός χαρακτήρων προς αντιγραφή. |
Δείτε επίσης
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Page for C++