C# Class GlueViewOfficialPlugins.Scripting.CsvParser

Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

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

Method Details

ConvertValueToType() public static method

public static ConvertValueToType ( object foundValue, string csvHeaderText ) : object
foundValue object
csvHeaderText string
return object

GetValueFromCsv() public static method

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
return object