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