Read XML from a String in VB.NET



Read XML from a String in VB.NET

'Assembly: System.Xml.dll

'Namespace: System.IO
'Namespace: System.Xml

' Create the reader.
Dim reader As XmlReader = XmlReader.Create(New StringReader(xmlString))
While reader.Read()

End While

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.