C# 클래스 Cedar.Framework.Common.BaseClasses.TxtUtility

纯文本类型读取类
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
ReadTxt ( string fullpath ) : DataSet

读取纯文本到DataTable中

ReadTxt ( string fullpath, Encoding encoding ) : DataSet

读取纯文本到DataTable中

ReadTxt ( string fullpath, Encoding encoding, bool firstRow ) : DataSet

读取纯文本到DataTable中

비공개 메소드들

메소드 설명
AddColumns ( DataTable dt, string content ) : void

新增数据列

AddRows ( DataTable dt, string content ) : void

新增数据行

메소드 상세

ReadTxt() 공개 정적인 메소드

读取纯文本到DataTable中
public static ReadTxt ( string fullpath ) : DataSet
fullpath string 文件完整路径
리턴 System.Data.DataSet

ReadTxt() 공개 정적인 메소드

读取纯文本到DataTable中
public static ReadTxt ( string fullpath, Encoding encoding ) : DataSet
fullpath string 文件完整路径
encoding System.Text.Encoding 字符编码集
리턴 System.Data.DataSet

ReadTxt() 공개 정적인 메소드

读取纯文本到DataTable中
public static ReadTxt ( string fullpath, Encoding encoding, bool firstRow ) : DataSet
fullpath string 文件完整路径
encoding System.Text.Encoding 字符编码集
firstRow bool 首行是否标题行
리턴 System.Data.DataSet