Joins the given list of values with a given separator.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string Merge(
string separator,
params Object[] values
)
Parameters
- separator
- Type: SystemString
Separator - values
- Type: SystemObject
Values
Return Value
Type:
StringSee Also