- offset
- the index to insert at.
- l
- the long value to insert.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if offset is negative or greater than the current {code length()}.
Inserts the string representation of the specified long value at the specified offset. The long value is converted to a String according to the rule defined by String.ValueOf(long).