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

String::Insert method

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

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

ReturnValue

String with insertion done.

انظر أيضًا