- offset
- the index to insert at.
- s
- the CharSequence to insert.
- start
- the start of the subsequence of the character sequence.
- end
- the end of the subsequence of the character sequence.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if offset is negative or greater than the current length(), or start and end do not specify a valid subsequence.
Inserts the string representation of the specified subsequence of the CharSequence at the specified offset. The CharSequence is converted to a String as defined by ICharSequence.SubSequenceFormatted(int, System.Int32). If the CharSequence is null, then the string "null" is used to determine the subsequence.