طريقة System::String::Insert

String::Insert method

يدرج الجزء الفرعي في الموضع المحدد.

String System::String::Insert(int startIndex, const String &value) const
معاملنوعالوصف
startIndexintالفهرس في هذه السلسلة للبدء بالإدراج منه.
قيمةconst String&سلسلة الإدراج.

ReturnValue

String with insertion done.

انظر أيضًا