System::Xml::XmlConvert::IsNCNameChar méthode
XmlConvert::IsNCNameChar method
Vérifie si le caractère fourni est un type de caractère non deux-points valide.
static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
| Paramètre | Type | Description |
|---|---|---|
| ch | char16_t | Le caractère à vérifier comme caractère non deux-points. |
ReturnValue
true if the character is a valid non-colon character type; otherwise, false.
Voir aussi
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++