XmlUtilsCreateXmlReader Method |
Name | Description | |
---|---|---|
CreateXmlReader(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.
| |
CreateXmlReader(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.
|