Java.Lang.StringBuilder.Append Method
Appends the string representation of the specified subset of the char[].

Syntax

[Android.Runtime.Register("append", "([CII)Ljava/lang/StringBuilder;", "")]
public IAppendable Append (char[] str, int offset, int len)

See Also

String.ValueOf(Char[], System.Int32, System.Int32)

Parameters

str
the char[] to append.
offset
the inclusive offset index.
len
the number of characters.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ArrayIndexOutOfBoundsExceptionif offset and len do not specify a valid subsequence.

Remarks

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).

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1