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