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

Syntax

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

See Also

String.ValueOf(char)

Parameters

c
the char value to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string representation of the specified char value. The char value 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