C# Class Default2Ini.HumModConvert

Inheritance: IConvertBehavior
Datei anzeigen Open project: TomasKulhanek/Physiovalues

Public Methods

Method Description
CheckConstant ( string strLine ) : bool
CheckVariables ( string strLine ) : bool
ConvertConstant ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &fromFile ) : string
ConvertVariables ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &fromFile ) : string
ReplaceRow ( string strLine, string varValue, Regex regex ) : string

Method Details

CheckConstant() public method

public CheckConstant ( string strLine ) : bool
strLine string
return bool

CheckVariables() public method

public CheckVariables ( string strLine ) : bool
strLine string
return bool

ConvertConstant() public method

public ConvertConstant ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &fromFile ) : string
strLine string
pairs string>.Dictionary
nextStrLine string
fromFile bool
return string

ConvertVariables() public method

public ConvertVariables ( string strLine, string>.Dictionary pairs, string nextStrLine, bool &fromFile ) : string
strLine string
pairs string>.Dictionary
nextStrLine string
fromFile bool
return string

ReplaceRow() public method

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