TextUtils.ConcatFormatted(ICharSequence[]) Method

Definition

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

[Android.Runtime.Register("concat", "([Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
public static Java.Lang.ICharSequence? ConcatFormatted (params Java.Lang.ICharSequence[]? text);
[<Android.Runtime.Register("concat", "([Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
static member ConcatFormatted : Java.Lang.ICharSequence[] -> Java.Lang.ICharSequence

Parameters

text
ICharSequence[]

Returns

Attributes

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