System::Xml::XmlTextWriter::WriteSurrogateCharEntity metodo
XmlTextWriter::WriteSurrogateCharEntity method
Genera e scrive l’entità di carattere surrogato per la coppia di caratteri surrogati.
void System::Xml::XmlTextWriter::WriteSurrogateCharEntity(char16_t lowChar, char16_t highChar) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| lowChar | char16_t | Il surrogato basso. Deve essere un valore compreso tra 0xDC00 e 0xDFFF. |
| highChar | char16_t | Il surrogato alto. Deve essere un valore compreso tra 0xD800 e 0xDBFF. |
Vedi anche
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++