C# Class GlueViewOfficialPlugins.Scripting.CsvParser

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
ConvertValueToType ( object foundValue, string csvHeaderText ) : object
GetValueFromCsv ( string rowValue, string variableName, string csvType, IElement element, ElementRuntime elementRuntime ) : object

Method Details

ConvertValueToType() public static méthode

public static ConvertValueToType ( object foundValue, string csvHeaderText ) : object
foundValue object
csvHeaderText string
Résultat object

GetValueFromCsv() public static méthode

public static GetValueFromCsv ( string rowValue, string variableName, string csvType, IElement element, ElementRuntime elementRuntime ) : object
rowValue string
variableName string
csvType string
element IElement
elementRuntime FlatRedBall.Glue.ElementRuntime
Résultat object