C# Class CSVUtil

Show file Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Methods

Method Description
GetMaxRowLength ( string byLine ) : int
ReadCSV ( string filePath ) : ].string[

Method Details

GetMaxRowLength() public static method

public static GetMaxRowLength ( string byLine ) : int
byLine string
return int

ReadCSV() public static method

public static ReadCSV ( string filePath ) : ].string[
filePath string
return ].string[