System::String::Insert method

String::Insert method

Inserts substring at specified position.

String System::String::Insert(int startIndex, const String &value) const
ParameterTypeDescription
startIndexintIndex in this string to start inserting from.
valueconst String&Insertion string.

ReturnValue

String with insertion done.

See Also