Click or drag to resize
TextHelperRemoveMultipleCommas Method
Removes multiple commas (i.e. transforms text "a,,b,," to "a, b").

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string RemoveMultipleCommas(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: String
See Also