HelpersExtensions Join Method Kentico 8.0 API Reference
Joins the given list of values with a given separator.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Values
separator
Type: OnlineSystem String
Separator

Return Value

Type: OnlineString
Remarks

Null entries from input are skipped. Returns empty string if values is null. Consider using framework method OnlineJoin(String, IEnumerable String )
See Also