Read XML from a File Using the XmlTextReader in VB.NET



Read XML from a File Using the XmlTextReader in VB.NET

'Assembly: System.Xml.dll

'Namespace: System.Xml

Dim reader As New XmlTextReader(filename)
Dim contents As String

contents = reader.ReadInnerXML

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.