Click or drag to resize
XmlHelperRemoveIllegalCharacters Method
Removes illegal characters from the given string (i.e. all non-printable characters except \t, \r, \n).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string RemoveIllegalCharacters(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text to process

Return Value

Type: String
See Also