| ValidationHelperIsAllowedXMLCharacter Method | 
            Returns true if the character is within range of allowed characters.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsAllowedXMLCharacter(
	int character
)
Parameters
- character
- Type: SystemInt32
 Character to check
Return Value
Type: 
Boolean See Also
See Also