I have an INI file which has data like this.
[username] xxxxxxxxxx
[password] xxxxxxxxxx
Now i want to extract both username and password and store them separately into a string. I tried many things, but was not able to achieve this.
Any help would be appreciated.