- start
- the inclusive start index to begin the subsequence.
- end
- the exclusive end index to end the subsequence.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if start is negative, greater than end or if end is greater than the current StringBuilder.Length.
Returns the String value of the subsequence from the start index to the end index.