XmlUtilsCreateXmlReader Method (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.
Namespace:
SD.LLBLGen.Pro.Core.Xml
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax public static XmlReader CreateXmlReader(
TextReader sourceReader
)
Public Shared Function CreateXmlReader (
sourceReader As TextReader
) As XmlReader
Parameters
- sourceReader
- Type: System.IOTextReader
The source reader.
Return Value
Type:
XmlReader
ready to use xmlreader. This reader is in its initial state
See Also