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

Syntax

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

See Also

String.ValueOf(char)

Parameters

ch
the character to append.

Returns

Documentation for this section has not yet been entered.

Remarks

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