- str
- the char[] to append.
- offset
- the inclusive offset index.
- len
- the number of characters.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ArrayIndexOutOfBoundsException if offset and len do not specify a valid subsequence.
Appends the string representation of the specified subset of the char[]. The char[] value is converted to a String according to the rule defined by String.ValueOf(Char[], System.Int32, System.Int32).