Java.Lang.StringBuffer.Append Method
Adds the specified sequence of characters to the end of this buffer.

Syntax

[Android.Runtime.Register("append", "([CII)Ljava/lang/StringBuffer;", "")]
public IAppendable Append (char[] chars, int start, int length)

Parameters

chars
the character array to append.
start
the starting offset.
length
the number of characters.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ArrayIndexOutOfBoundsExceptionif length , start or start + length > chars.length.
Java.Lang.NullPointerExceptionif chars is null.

Remarks

Adds the specified sequence of characters to the end of this buffer.

[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