Android.Text.IEditable.Append Method
Convenience for append(String.valueOf(text)).

Syntax

[Android.Runtime.Register("append", "(C)Landroid/text/Editable;", "GetAppend_CHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.IAppendable Append (char text)

See Also

IEditable.Replace(int, System.Int32, System.Int32, System.Int32, System.Int32)

Parameters

text
the character to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for append(String.valueOf(text)).

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1