System::Xml::XmlConvert::IsNCNameChar Methode
XmlConvert::IsNCNameChar method
Prüft, ob das übergebene Zeichen ein gültiger Nicht‑Doppelpunkt‑Zeichentyp ist.
static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
| Parameter | Typ | Beschreibung |
|---|---|---|
| ch | char16_t | Das Zeichen, das als Nicht‑Doppelpunkt‑Zeichen zu überprüfen ist. |
ReturnValue
true if the character is a valid non-colon character type; otherwise, false.
Siehe auch
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++