Writes out an element with the specified name containing an boolean value.
[Visual Basic] Overloads Public Sub WriteElementBoolean( _ ByVal name As String, _ ByVal value As Boolean _ ) [C#] public void WriteElementBoolean( string name, bool value ); [C++] public: void WriteElementBoolean( String* name, bool value ); [JScript] public function WriteElementBoolean( name : String, value : Boolean );
XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementBoolean Overload List