Home »

Explain the XmlReader class ?

Question ListCategory: VB.NETExplain the XmlReader class ?
jessica537 author asked 9 years ago
1 Answers
alisataylore190 author answered 8 years ago

The XmlReader class is used to read XML data in a fast, forward- only, and non- cached manner. To work with XmlReader class in .NET, you need to import the following namespace: In C#: using System.Xml; In VB: Imports System.Xml

Please login or Register to Submit Answer