C# 클래스 Default2Ini.PhysiomodelConvert

상속: IConvertBehavior
파일 보기 프로젝트 열기: TomasKulhanek/Physiovalues

공개 메소드들

메소드 설명
CheckConstant ( string strLine ) : bool
CheckVariables ( string strLine ) : bool
ConvertConstant ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &usednext ) : string
ConvertVariables ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &usednext ) : string
ReplaceRow ( string strLine, string varValue, Regex regex ) : string

메소드 상세

CheckConstant() 공개 메소드

public CheckConstant ( string strLine ) : bool
strLine string
리턴 bool

CheckVariables() 공개 메소드

public CheckVariables ( string strLine ) : bool
strLine string
리턴 bool

ConvertConstant() 공개 메소드

public ConvertConstant ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &usednext ) : string
strLine string
pairs string>.Dictionary
nextStrLine string
usednext bool
리턴 string

ConvertVariables() 공개 메소드

public ConvertVariables ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &usednext ) : string
strLine string
pairs string>.Dictionary
nextStrLine string
usednext bool
리턴 string

ReplaceRow() 공개 메소드

public ReplaceRow ( string strLine, string varValue, Regex regex ) : string
strLine string
varValue string
regex System.Text.RegularExpressions.Regex
리턴 string