| XmlUtilsCreateXmlReader Method (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.
            
 
Namespace: SD.LLBLGen.Pro.Core.XmlAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static XmlReader CreateXmlReader(
	string filename
)
Public Shared Function CreateXmlReader ( 
	filename As String
) As XmlReader
Parameters
- filename
 - Type: SystemString
The filename. 
Return Value
Type: 
XmlReader
            ready to use xmlreader. This reader is in its initial state
            
See Also