WriteSurrogateCharEntity()

XmlWriter::WriteSurrogateCharEntity(char16_t, char16_t) 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

Arguments

ParameterTypeDescription
lowCharchar16_tThe low surrogate. This must be a value between 0xDC00 and 0xDFFF.
highCharchar16_tThe high surrogate. This must be a value between 0xD800 and 0xDBFF.

See Also