Writes out an attribute with the specified name, namespace URI, and Decimal value.
[Visual Basic] Overloads Public Sub WriteElementDecimal( _ ByVal name As String, _ ByVal ns As String, _ ByVal value As Decimal _ ) [C#] public void WriteElementDecimal( string name, string ns, Decimal value ); [C++] public: void WriteElementDecimal( String* name, String* ns, Decimal value ); [JScript] public function WriteElementDecimal( name : String, ns : String, value : Decimal );
XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementDecimal Overload List