1
Answer

Read XML FILE in C#

<config>
   <version>true</version>
</config>



I want to read above xml flie

how get bool Ver=true from above?

Answers (1)