System::String::CopyTo-Methode
String::CopyTo method
Kopiert Zeichenkettenzeichen in vorhandene Array-Elemente. Es wird keine Größenänderung vorgenommen.
void System::String::CopyTo(int sourceIndex, const ArrayPtr<char_t> &destination, int destinationIndex, int count) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| sourceIndex | int | Index im String, ab dem gelesen wird. |
| destination | const ArrayPtr<char_t>& | Ziel-Array. |
| destinationIndex | int | Index im Array, ab dem geschrieben wird. |
| count | int | Anzahl der zu kopierenden Zeichen. |
Siehe auch
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Page for C++