ravi

ravi

  • NA
  • 16
  • 0

.Net Framework Question

Jun 27 2008 4:08 PM
Which one of the folowing is the way to create an XmlReader using an XMLReaderSettings object?

a) Call the constructor.
b) Get a reader from an XmlDocument
c) Call the static create method
d) Do not use XmlReader; this class is deprecated in .NET 2.0
e) use a StringReader to intantiate the XmlReader

Answers (1)