DelegatingXmlDictionaryWriter.WriteSurrogateCharEntity(Char, Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates and writes the surrogate character entity for the surrogate character pair.
public override void WriteSurrogateCharEntity (char lowChar, char highChar);
override this.WriteSurrogateCharEntity : char * char -> unit
Public Overrides Sub WriteSurrogateCharEntity (lowChar As Char, highChar As Char)
Parameters
- lowChar
- Char
The low surrogate. This must be a value between 0xDC00 and 0xDFFF.
- highChar
- Char
The high surrogate. This must be a value between 0xD800 and 0xDBFF.