System::Xml::XmlConvert::IsXmlChar metod
XmlConvert::IsXmlChar method
Kontrollerar om det angivna tecknet är ett giltigt XML‑tecken.
static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ch | char16_t | Tecknet att validera. |
ReturnValue
true if the passed in character is a valid XML character; otherwise, false.
Se även
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.PDF for C++