TextHelperRemoveCharacters Method |
Removes the invalid characters from the given string
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string RemoveCharacters(
string s,
UnicodeCategory category
)
Parameters
- s
- Type: SystemString
String to process - category
- Type: System.GlobalizationUnicodeCategory
Unicode category to remove
Return Value
Type:
StringSee Also