adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / ReadAttribute Method / ReadAttribute(XmlReader,String,Boolean) Method

In This Topic
    ReadAttribute(XmlReader,String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ReadAttribute( _
       ByVal reader As XmlReader, _
       ByVal name As String, _
       ByRef value As Boolean _
    ) As Boolean
    public static bool ReadAttribute( 
       XmlReader reader,
       string name,
       ref bool value
    )

    Parameters

    reader
    name
    value
    See Also