Méthode System::Xml::XmlConvert::IsXmlChar
XmlConvert::IsXmlChar method
Vérifie si le caractère fourni est un caractère XML valide.
static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
| Paramètre | Type | Description |
|---|---|---|
| ch | char16_t | Le caractère à valider. |
ReturnValue
true if the passed in character is a valid XML character; otherwise, false.
Voir aussi
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++