C# Class Default2Ini.Program

Exibir arquivo Open project: TomasKulhanek/Physiovalues

Public Methods

Method Description
ReadIniFile ( String iniPath ) : string>.Dictionary

Opens the INI file at the given path and enumerates the values in the IniParser.

Private Methods

Method Description
DefaultFile2IniFile ( string arg1, string arg2 ) : void
DsFile2DsFile ( string s, string s1 ) : void
DsFile2IniFile ( string arg1, string arg2 ) : void
Help ( ) : void
IniFile2ModelFile ( string inifile, string modelfile1, string modelfile2, string initType ) : void
IniFile2PhysioModelFile ( string inifile, string modelfile1, string modelfile2 ) : void
Main ( string args ) : void
WriteModel ( string mf1, string mf2, string>.Dictionary pairs, string initType, IConvertBehavior C ) : void

Method Details

ReadIniFile() public static method

Opens the INI file at the given path and enumerates the values in the IniParser.
public static ReadIniFile ( String iniPath ) : string>.Dictionary
iniPath String Full path to INI file.
return string>.Dictionary