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

Syntax

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

See Also

String.ValueOf(Char[])

Parameters

chars
the char[] to append..

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string representation of the specified char[]. The char[] is converted to a string according to the rule defined by String.ValueOf(Char[]).

[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