When overidden in a derived class, writes a unicode character to the stream already attached to the formatter.
[Visual Basic] MustOverride Protected Sub WriteChar( _ ByVal val As Char, _ ByVal name As String _ ) [C#] protected abstract void WriteChar( char val, string name ); [C++] protected: virtual void WriteChar( __wchar_t val, String* name ) = 0; [JScript] protected abstract function WriteChar( val : Char, name : String );
Formatter Class | Formatter Members | System.Runtime.Serialization Namespace