System::Text::StringBuilder::CopyTo Methode
StringBuilder::CopyTo method
Kopiert die Daten des Builders in vorhandene Array-Positionen.
void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| sourceIndex | int | Index im Builder, ab dem kopiert werden soll. |
| destination | System::ArrayPtr<char_t> const& | Ziel-Array. |
| destinationIndex | int | Index im Zielarray, an dem die Einfügung beginnen soll. |
| count | int | Anzahl der zu kopierenden Zeichen. |
Siehe auch
- Typedef ArrayPtr
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Font for C++