I am new to c# and would like to know how I can read xml.
I want to use xml for the options in my program.
How would I read something simple like:
How would I retrieve the Option Value?
I want to use xml for the options in my program.
How would I read something simple like:
Code:
<appsettings>
<option>Option Value</option>
</appsettings>
How would I retrieve the Option Value?