System::Xml::XmlConvert::IsXmlChar metodo
XmlConvert::IsXmlChar method
Verifica se il carattere fornito è un carattere XML valido.
static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
| Parametro | Tipo | Descrizione |
|---|---|---|
| ch | char16_t | Il carattere da convalidare. |
ReturnValue
true if the passed in character is a valid XML character; otherwise, false.
Vedi anche
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++