Aspose::Cells::U16String::Insert method

U16String::Insert method

Returns a new string in which a specified string is inserted at a specified index position in this instance.

U16String Aspose::Cells::U16String::Insert(int32_t startIndex, const U16String &str) const
ParameterTypeDescription
startIndexint32_tThe zero-based index position of the insertion.
strconst U16String&The string to insert.

ReturnValue

A new string that is equivalent to this instance, but with value inserted at position startIndex.

See Also