goodmorningsky
Centurion
- Joined
- Aug 18, 2003
- Messages
- 172
I can read Configuration file using
AppSettingsReader.GetValue(key, type);
But, I want to write value corresponding the key.
I counldn't find method like
AppSettingsWriter.WriteValue(key, type);
How can I do this? Is there api doning this?
AppSettingsReader.GetValue(key, type);
But, I want to write value corresponding the key.
I counldn't find method like
AppSettingsWriter.WriteValue(key, type);
How can I do this? Is there api doning this?