Write *.ini file by C#

  • Thread starter Thread starter LMC
  • Start date Start date
Hi Nicholas,
What I want is
IniFileWriteString(string Section, string Key, string Value) or
IniFileWriteInt(string Section, string Key, int Value)....
string IniFileReadString(string Section, string Key) or int
IniFileReadInt(string Section, string Key)....
I would like catch the VALUE by Section and Key
With best regards:
LMC
 
Back
Top