Aspose::Cells::U16String::Remove method

U16String::Remove method

Returns a new string in which a specified number of characters in the current instance beginning at a specified position have been deleted.

U16String Aspose::Cells::U16String::Remove(int32_t startIndex, int32_t count) const
ParameterTypeDescription
startIndexint32_tThe zero-based position to begin deleting characters.
countint32_tThe number of characters to delete.

ReturnValue

A new string that is equivalent to this instance except for the removed characters.

See Also