| TextHelperReduceWhiteSpaces Method  | 
            Replace whitespaces in input text to specified replacement.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string ReduceWhiteSpaces(
	string text,
	string replacement
)
Parameters
- text
 - Type: SystemString
Input text - replacement
 - Type: SystemString
Replacement 
Return Value
Type: 
String
See Also