C# 클래스 GlueViewOfficialPlugins.Scripting.CsvParser

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
ConvertValueToType ( object foundValue, string csvHeaderText ) : object
GetValueFromCsv ( string rowValue, string variableName, string csvType, IElement element, ElementRuntime elementRuntime ) : object

메소드 상세

ConvertValueToType() 공개 정적인 메소드

public static ConvertValueToType ( object foundValue, string csvHeaderText ) : object
foundValue object
csvHeaderText string
리턴 object

GetValueFromCsv() 공개 정적인 메소드

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
리턴 object