TextUtils.Concat(String[]) Method

Definition

Returns a CharSequence concatenating the specified CharSequences, retaining their spans if any.

public static string? Concat (params string[]? text);
static member Concat : string[] -> string

Parameters

text
String[]

Returns

Remarks

Java documentation for android.text.TextUtils.concat(java.lang.CharSequence).

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