System::Xml::XmlConvert::IsXmlChar method
XmlConvert::IsXmlChar method
Checks if the passed-in character is a valid XML character.
static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
| Parameter | Type | Description | 
|---|---|---|
| ch | char16_t | The character to validate. | 
ReturnValue
true if the passed in character is a valid XML character; otherwise, false.
See Also
- Class XmlConvert
 - Namespace System::Xml
 - Library Aspose.Font for C++