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