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