Java.Lang.StringBuffer.Append Method
Adds the character array to the end of this buffer.

Syntax

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

Parameters

chars
the character array to append.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif chars is null.

Remarks

Adds the character array 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