Method | Description | |
---|---|---|
Parse ( TextReader stream ) : |
||
Parse ( TextReader stream, bool headers ) : |
||
Parse ( TextReader stream, bool headers, char delimiter ) : |
||
Parse ( TextReader stream, bool headers, char delimiter, long maxRows ) : |
||
Parse ( string data ) : |
||
Parse ( string data, bool headers ) : |
||
ParseUsingFileHelpers ( String fileName, bool headers, String delimiter, int maxRows ) : |
Method | Description | |
---|---|---|
GetNextColumnHeader ( |
public static Parse ( TextReader stream ) : |
||
stream | TextReader | |
return |
public static Parse ( TextReader stream, bool headers ) : |
||
stream | TextReader | |
headers | bool | |
return |
public static Parse ( TextReader stream, bool headers, char delimiter ) : |
||
stream | TextReader | |
headers | bool | |
delimiter | char | |
return |
public static Parse ( TextReader stream, bool headers, char delimiter, long maxRows ) : |
||
stream | TextReader | |
headers | bool | |
delimiter | char | |
maxRows | long | |
return |
public static Parse ( string data ) : |
||
data | string | |
return |
public static Parse ( string data, bool headers ) : |
||
data | string | |
headers | bool | |
return |
public static ParseUsingFileHelpers ( String fileName, bool headers, String delimiter, int maxRows ) : |
||
fileName | String | |
headers | bool | |
delimiter | String | |
maxRows | int | |
return |