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