System::String::Insert طريقة
String::Insert method
يدرج الجزء الفرعي في الموضع المحدد.
String System::String::Insert(int startIndex, const String &value) const
| Parameter | Type | الوصف |
|---|---|---|
| startIndex | int | الفهرس في هذه السلسلة للبدء بالإدراج منه. |
| value | const String& | سلسلة الإدراج. |
ReturnValue
String with insertion done.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++