Joins the given list of values with a given separator.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- separator
- Type: System.String
Separator
- items
- Type: System.Collections.IEnumerable
Items to join
Return Value
Type: StringSee Also