Click or drag to resize
ValidationHelperIsAllowedXMLCharacter Method
Returns true if the character is within range of allowed characters.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsAllowedXMLCharacter(
	int character
)

Parameters

character
Type: SystemInt32
Character to check

Return Value

Type: Boolean
See Also