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
Syntaxpublic static bool IsLegalXmlChar(
int character
)
Parameters
- character
- Type: SystemInt32
Character.
Return Value
Type:
BooleanTrue of the character is allowed.
See Also