XmlHelperRemoveIllegalCharacters Method |
Removes illegal characters from the given string (i.e. all non-printable characters except \t, \r, \n).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string RemoveIllegalCharacters(
string inputText
)
Parameters
- inputText
- Type: SystemString
Input text to process
Return Value
Type:
StringSee Also