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