C# Class GameBase.Config.CsvFile

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CsvFile ( String text ) : System
text String
Résultat System

GetCol() public méthode

public GetCol ( ) : int
Résultat int

GetFieldInfoToRow() public méthode

public GetFieldInfoToRow ( int line, int row ) : String
line int
row int
Résultat String

GetFieldInfoToValue() public méthode

public GetFieldInfoToValue ( int line, String row ) : String
line int
row String
Résultat String

GetLine() public méthode

public GetLine ( ) : int
Résultat int