- offset
- the index to insert at.
- c
- the char value 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 char value at the specified offset. The char value is converted to a string according to the rule defined by String.ValueOf(char).