System::Xml::XmlWriter::WriteSurrogateCharEntity method
XmlWriter::WriteSurrogateCharEntity method
When overridden in a derived class, generates and writes the surrogate character entity for the surrogate character pair.
virtual void System::Xml::XmlWriter::WriteSurrogateCharEntity(char16_t lowChar, char16_t highChar)=0
Parameter | Type | Description |
---|---|---|
lowChar | char16_t | The low surrogate. This must be a value between 0xDC00 and 0xDFFF. |
highChar | char16_t | The high surrogate. This must be a value between 0xD800 and 0xDBFF. |
See Also
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.TeX for C++