|   | CsvReaderFromUrl Method  | 
        
         
              Creates a new CsvReader to read from a Web URL.
            
 
    Namespace: 
   Accord.IO
    Assembly:
   Accord.IO (in Accord.IO.dll) Version: 3.8.0
 Syntax
Syntaxpublic static CsvReader FromUrl(
	string url,
	bool hasHeaders
)
Public Shared Function FromUrl ( 
	url As String,
	hasHeaders As Boolean
) As CsvReader
Parameters
- url
- Type: SystemString
 The url pointing to the .csv file.
- hasHeaders
- Type: SystemBoolean
 if field names are located on the first non commented line, otherwise, .
Return Value
Type: 
CsvReader See Also
See Also