طريقة System::Text::StringBuilder::CopyTo
StringBuilder::CopyTo method
ينسخ بيانات المُنشئ إلى مواضع المصفوفة الموجودة.
void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
| Parameter | Type | الوصف |
|---|---|---|
| sourceIndex | int | فهرس في المُكوّن للبدء بالنسخ منه. |
| destination | System::ArrayPtr<char_t> const& | مصفوفة الوجهة. |
| destinationIndex | int | فهرس في مصفوفة الوجهة للبدء بالإدراج عنده. |
| count | int | عدد الأحرف التي سيتم نسخها. |
انظر أيضًا
- Typedef ArrayPtr
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Page for C++