Click or drag to resize

XmlGeneratorIsLegalXmlChar Method

Whether a given character is allowed by XML 1.0.

Namespace:  Syntactik.Compiler.Generator
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static bool IsLegalXmlChar(
	int character
)

Parameters

character
Type: SystemInt32
Character.

Return Value

Type: Boolean
True of the character is allowed.
See Also