IEditableExtensions.Append Method

Definition

Overloads

Append(IEditable, String)
Append(IEditable, String, Int32, Int32)

Append(IEditable, String)

public static Java.Lang.IAppendable? Append (this Android.Text.IEditable self, string? text);
static member Append : Android.Text.IEditable * string -> Java.Lang.IAppendable

Parameters

self
IEditable
text
String

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Append(IEditable, String, Int32, Int32)

public static Java.Lang.IAppendable? Append (this Android.Text.IEditable self, string? text, int start, int end);
static member Append : Android.Text.IEditable * string * int * int -> Java.Lang.IAppendable

Parameters

self
IEditable
text
String
start
Int32
end
Int32

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to