Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteSurrogateCharEntity(char,char) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteSurrogateCharEntity Method



lowChar

The low surrogate. This must be a value between 0xDC00 and 0xDFFF.

highChar

The high surrogate. This must be a value between 0xD800 and 0xDBFF.

Writes a Unicode surrogate char pair.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteSurrogateCharEntity( _
   ByVal lowChar As Char, _
   ByVal highChar As Char _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim lowChar As Char
Dim highChar As Char
 
instance.WriteSurrogateCharEntity(lowChar, highChar)
C# 
public override void WriteSurrogateCharEntity( 
   char lowChar,
   char highChar
)
C++/CLI 
public:
void WriteSurrogateCharEntity( 
   char lowChar,
   char highChar
) override 

Parameters

lowChar

The low surrogate. This must be a value between 0xDC00 and 0xDFFF.

highChar

The high surrogate. This must be a value between 0xD800 and 0xDBFF.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter