- start
- the inclusive start index of the characters to copy.
- end
- the exclusive end index of the characters to copy.
- dst
- the char[] to copy the characters to.
- dstStart
- the inclusive start index of dst to begin copying to.
Type Reason Java.Lang.IndexOutOfBoundsException if the start is negative, the dstStart is negative, the start is greater than end, the end is greater than the current StringBuilder.Length or dstStart + end - begin is greater than dst.length.
Copies the requested sequence of characters into dst passed starting at dst.