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

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

    Parameters

    reader
    name
    value
    See Also