C# 클래스 PBAccelerator.DataTableToCSV

Converts a DataTable to CSV format @Author = Ndubisi Onuora
파일 보기 프로젝트 열기: GFTUSA/GFTInternal

공개 메소드들

메소드 설명
XMLToCSV ( System xmlDoc ) : String

Converts an XML file to CSV

dtToCSV ( System dt ) : String

Returns the contents of a DataTable as a CSV file.

메소드 상세

XMLToCSV() 공개 정적인 메소드

Converts an XML file to CSV
public static XMLToCSV ( System xmlDoc ) : String
xmlDoc System An XML file
리턴 String

dtToCSV() 공개 정적인 메소드

Returns the contents of a DataTable as a CSV file.
public static dtToCSV ( System dt ) : String
dt System A particular DataTable
리턴 String