Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Helpers Namespaces
CMS.Helpers
TextHelper Class
TextHelper Methods
BreakLine Method
BulkReplace Method
ContentEquals Method
EncodeRegexSubstitutes Method
EnsureIndentation Method
EnsureLineEndings Method
EnsureMaximumLineLength Method
FirstLetterToUpper Method
GetAmountText Method
Join Method
LimitFileNameLength Method
LimitLength Method
Merge Method
MergeIfNotEmpty Method
ReduceWhiteSpaces Method
ReformatCode Method
RemoveCharacters Method
RemoveDiacritics Method
RemoveMultipleCommas Method
SetLine Method
SplitByString Method
SplitCamelCase Method
SplitPages Method
ToTitleCase Method
TrimEndingWord Method
TrimNumberSuffix Method
TextHelper
Join Method
Joins the given list of values with a given separator.
Namespace:
CMS.Helpers
Assembly:
CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
Copy
public
static
string
Join
(
string
separator
,
IEnumerable
items
)
Parameters
separator
Type:
System
String
Separator
items
Type:
System.Collections
IEnumerable
Items to join
Return Value
Type:
String
See Also
Reference
TextHelper Class
CMS.Helpers Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com