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



ch

The Unicode character for which to generate a character entity.

Forces the generation of a character entity for the specified Unicode character value.


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

Syntax

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

Parameters

ch

The Unicode character for which to generate a character entity.

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