I have a list box control that contains key value pairs delimited by an “=” sign.
Example:
hot=cold
fast=slow
high=low
blue=red
I also have a button that will allow user to export this list in XML. How could I easily do that?
How do I crat the XML file what format should it be in?
You can use LINQ: