C# Class BrokenShoeLeague.Services.Helpers.Common

Afficher le fichier Open project: YeeRSoft/broken-shoe-league

Méthodes publiques

Méthode Description
ParseCsv ( string path, string delimiters = ",", bool hasHeader = true, bool hasFieldsEnclosedInQuotes = true ) : IEnumerable

Method Details

ParseCsv() public static méthode

public static ParseCsv ( string path, string delimiters = ",", bool hasHeader = true, bool hasFieldsEnclosedInQuotes = true ) : IEnumerable
path string
delimiters string
hasHeader bool
hasFieldsEnclosedInQuotes bool
Résultat IEnumerable