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

In This Topic
    Read(XmlNode,String,Boolean) 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.Boolean _
    ) As System.Boolean
    public static System.bool Read( 
       System.Xml.XmlNode node,
       System.string attName,
       System.bool defVal
    )

    Parameters

    node
    attName
    defVal
    See Also