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