Reads a Csv File and return their contents as DataTable (The file must have the field names in the first row)
[Visual Basic] Overloads Public Shared Function CsvToDataTable( _ ByVal filename As String, _ ByVal classname As String, _ ByVal delimiter As Char _ ) As DataTable