C# 클래스 Foundation.CsvReader

Class to read csv content from various sources
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 메소드들

메소드 설명
ReadCSV ( string text ) : List

비공개 메소드들

메소드 설명
AddCSVtoken ( List &list, string &line, int iEnd, int &iWordStart ) : void
ParseCSVline ( string line, int &iStart ) : string[]

메소드 상세

ReadCSV() 공개 정적인 메소드

public static ReadCSV ( string text ) : List
text string
리턴 List