Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.Create(string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > Create Method : Create(String) Method



inputFileName
The system path to the file containing the Fast Infoset encoded XML data.
Creates a new XmlReader instance for reading the Fast Infoset encoded XML file.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function Create( _
   ByVal inputFileName As String _
) As XmlReader
Visual Basic (Usage)Copy Code
Dim inputFileName As String
Dim value As XmlReader
 
value = XmlFastInfosetReader.Create(inputFileName)
C# 
public static XmlReader Create( 
   string inputFileName
)
C++/CLI 
public:
static XmlReader Create( 
   String^ inputFileName
) 

Parameters

inputFileName
The system path to the file containing the Fast Infoset encoded XML data.

Return Value

An System.Xml.XmlReader object to read the Fast Infoset encoded XML data.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also