XmlHelpers.XmlDocumentFromStreamReader(StreamReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Xml::XmlDocument ^ XmlDocumentFromStreamReader(System::IO::StreamReader ^ sr);
public static System.Xml.XmlDocument XmlDocumentFromStreamReader (System.IO.StreamReader sr);
static member XmlDocumentFromStreamReader : System.IO.StreamReader -> System.Xml.XmlDocument
Public Shared Function XmlDocumentFromStreamReader (sr As StreamReader) As XmlDocument
Parameters
- sr
- StreamReader