miércoles, 29 de mayo de 2019

xml obtener valor atributo

Dim doc As New XmlDocument
        doc.Load("dte33.xml")
        Dim dte As Integer = doc.DocumentElement.Attributes("DTE.").Value

No hay comentarios.:

Publicar un comentario