ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XmlUtil Class / Read Method / Read(XmlNode,String,Decimal) Method

In This Topic
    Read(XmlNode,String,Decimal) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Read( _
       ByVal node As System.Xml.XmlNode, _
       ByVal attName As System.String, _
       ByVal defVal As System.Decimal _
    ) As System.Decimal
    public static System.decimal Read( 
       System.Xml.XmlNode node,
       System.string attName,
       System.decimal defVal
    )

    Parameters

    node
    attName
    defVal
    See Also