- offset
- the index to insert at.
- s
- the CharSequence to insert.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if offset is negative or greater than the current length().
Inserts the string representation of the specified CharSequence at the specified offset. The CharSequence is converted to a String as defined by ICharSequence.ToString. If s is null, then the String "null" is inserted.