메소드 | 설명 | |
---|---|---|
ReadTxt ( string fullpath ) : |
读取纯文本到DataTable中
|
|
ReadTxt ( string fullpath, |
读取纯文本到DataTable中
|
|
ReadTxt ( string fullpath, |
读取纯文本到DataTable中
|
메소드 | 설명 | |
---|---|---|
AddColumns ( |
新增数据列
|
|
AddRows ( |
新增数据行
|
public static ReadTxt ( string fullpath ) : |
||
fullpath | string | 文件完整路径 |
리턴 |
public static ReadTxt ( string fullpath, |
||
fullpath | string | 文件完整路径 |
encoding | 字符编码集 | |
리턴 |
public static ReadTxt ( string fullpath, |
||
fullpath | string | 文件完整路径 |
encoding | 字符编码集 | |
firstRow | bool | 首行是否标题行 |
리턴 |