ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / XmlUtil Class / Write Method / Write(XmlWriter,String,Decimal,Decimal) Method

In This Topic
    Write(XmlWriter,String,Decimal,Decimal) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Write( _
       ByVal writer As System.Xml.XmlWriter, _
       ByVal attName As System.String, _
       ByVal value As System.Decimal, _
       ByVal defVal As System.Decimal _
    ) 
    public static void Write( 
       System.Xml.XmlWriter writer,
       System.string attName,
       System.decimal value,
       System.decimal defVal
    )

    Parameters

    writer
    attName
    value
    defVal
    See Also