IAppendableExtensions.Append Method

Definition

Overloads

Append(IAppendable, String)
Append(IAppendable, String, Int32, Int32)

Append(IAppendable, String)

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

Parameters

csq
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(IAppendable, String, Int32, Int32)

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

Parameters

csq
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