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);
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.