Android.Text.TextUtils.Join Method
Returns a string containing the tokens joined by delimiters.

Syntax

[Android.Runtime.Register("join", "(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Ljava/lang/String;", "")]
public static string Join (Java.Lang.ICharSequence delimiter, Java.Lang.IIterable tokens)

Parameters

delimiter
Documentation for this section has not yet been entered.
tokens
an array objects to be joined. Strings will be formed from the objects by calling object.toString().

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string containing the tokens joined by delimiters.

[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