INI files
I am new to c#. So can you please tell me how to use INI kind of stuff in c#?
Like i have one INI file
************** abc.ini************
[info]
key=ABC
symbol=logo
value=12
[languages]
009=English
000=french ... etc.
**********************************
It no need to use ini file, file can be of any type. I want to read from this file.
|