C# Class GameBase.Config.CsvFile

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
CsvFile ( String text ) : System
GetCol ( ) : int
GetFieldInfoToRow ( int line, int row ) : String
GetFieldInfoToValue ( int line, String row ) : String
GetLine ( ) : int

Method Details

CsvFile() public method

public CsvFile ( String text ) : System
text String
return System

GetCol() public method

public GetCol ( ) : int
return int

GetFieldInfoToRow() public method

public GetFieldInfoToRow ( int line, int row ) : String
line int
row int
return String

GetFieldInfoToValue() public method

public GetFieldInfoToValue ( int line, String row ) : String
line int
row String
return String

GetLine() public method

public GetLine ( ) : int
return int