Joins the given list of values with a given separator.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string Join(
string separator,
IEnumerable items
)
Parameters
- separator
- Type: SystemString
Separator - items
- Type: System.CollectionsIEnumerable
Items to join
Return Value
Type:
StringSee Also