Click or drag to resize
XmlUtilsCreateXmlReader Method
Overload List
  NameDescription
Public methodStatic memberCreateXmlReader(Stream)
Creates a new XML text reader which will read xml from the input stream specified. It creates an XmlTextReader, as the XmlReader.Create() routine creates always a normalizing reader which always converts CRLFs into \n.
Public methodStatic memberCreateXmlReader(TextReader)
Creates a new XML text reader. It creates an XmlTextReader, as the XmlReader.Create() routine creates always a normalizing reader which always converts CRLFs into \n.
Public methodStatic memberCreateXmlReader(String)
Creates a new XML text reader. It creates an XmlTextReader, as the XmlReader.Create() routine creates always a normalizing reader which always converts CRLFs into \n.
Top
See Also