| TextHelperRemoveMultipleCommas Method  | 
            Removes multiple commas (i.e. transforms text "a,,b,," to "a, b").
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string RemoveMultipleCommas(
	string text
)
Parameters
- text
 - Type: SystemString
 
Return Value
Type: 
String
See Also