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