Input for WinForms | ComponentOne
C1.Framework Namespace / XmlUtil Class / Read Method / Read(XmlNode,String,Int32) Method

In This Topic
    Read(XmlNode,String,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Read( _
       ByVal node As XmlNode, _
       ByVal attName As String, _
       ByVal defVal As Integer _
    ) As Integer
    public static int Read( 
       XmlNode node,
       string attName,
       int defVal
    )

    Parameters

    node
    attName
    defVal
    See Also