Forces the generation of a character entity for the specified Unicode character value.
[Visual Basic] Overrides Public Sub WriteCharEntity( _ ByVal ch As Char _ ) [C#] public override void WriteCharEntity( char ch ); [C++] public: override void WriteCharEntity( __wchar_t ch ); [JScript] public override function WriteCharEntity( ch : Char );
This method writes the specified Unicode character in hexidecimal format.
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace