- csq
- the CharSequence to append.
- start
- the beginning index.
- end
- the ending index.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if start or end are negative, start is greater than end or end is greater than the length of csq.
Appends the string representation of the specified subsequence of the CharSequence. If the CharSequence is null, then the string "null" is used to extract the subsequence from.