Click or drag to resize
TextHelperJoin Method
Joins the given list of values with a given separator.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string Join(
	string separator,
	IEnumerable items
)

Parameters

separator
Type: SystemString
Separator
items
Type: System.CollectionsIEnumerable
Items to join

Return Value

Type: String
See Also