C# 클래스 Utilities.FileUtility

파일 보기 프로젝트 열기: jediskywalker/RTDeals

공개 메소드들

메소드 설명
CheckXLS ( String fileName ) : bool
ConstructCSVLine ( string cols ) : string[]
IsTextFile ( String fileName ) : bool
getXLSLeadsRecordsTable ( string file, bool hasHeader ) : DataTable

비공개 메소드들

메소드 설명
FileUtility ( ) : System

메소드 상세

CheckXLS() 공개 정적인 메소드

public static CheckXLS ( String fileName ) : bool
fileName String
리턴 bool

ConstructCSVLine() 공개 정적인 메소드

public static ConstructCSVLine ( string cols ) : string[]
cols string
리턴 string[]

IsTextFile() 공개 정적인 메소드

public static IsTextFile ( String fileName ) : bool
fileName String
리턴 bool

getXLSLeadsRecordsTable() 공개 정적인 메소드

public static getXLSLeadsRecordsTable ( string file, bool hasHeader ) : DataTable
file string
hasHeader bool
리턴 System.Data.DataTable