Java.Lang.StringBuilder.Append Method
Appends the string representation of the specified CharSequence.

Syntax

[Android.Runtime.Register("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder;", "")]
public override IAppendable Append (ICharSequence csq)

Parameters

csq
the CharSequence to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string representation of the specified CharSequence. If the CharSequence is null, then the string "null" is appended.

[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