Tagged Questions
32
votes
7answers
38k views
Reading/writing INI file in C#
Is there any class in .Net framework that can read/write standard ini files:
[Section]
<keyname>=<value>
...
Delphi have TIniFile component and I am looking if there is anything similar ...
1
vote
3answers
404 views
Problem with kernel32.dll - GetPrivateProfileSectionNamesA
I have a problem reading IniFiles with different encodings. If I read a Unicode file, GetPrivateProfileSectionNamesA seems to stumble over the fist line. ASCII or ANSI works fine.
I wrote a little ...
0
votes
1answer
461 views
C# read registry key, compare it to ini config file, if match return result under config section, do somethig else
I got below problem and with my entry level of C# please help on how to get this be done?
Scenario:
1. My registry keys:
__DatabaseConnection
|____config1
value: username1
value: password1
...