Click or drag to resize
TextHelperRemoveCharacters Method
Removes the invalid characters from the given string

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
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: String
See Also