CopyTo()
StringBuilder::CopyTo(int, System::ArrayPtr<char_t> const&, int, int) method
Copies builder’s data into existing array positions.
void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
Arguments
Parameter | Type | Description |
---|---|---|
sourceIndex | int | Index in builder to start copying from. |
destination | System::ArrayPtr<char_t> const& | Destination array. |
destinationIndex | int | Index in destination array to start insertion at. |
count | int | Number of characters to copy. |
See Also
- Typedef ArrayPtr
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Slides