Write *.ini file by C#

L

LMC

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top