A
Alex Schlecht
I have a string like this:
key1="value 1 with blanks" key2="another value"
How can I import this two pairs of Name/Value into a
NameValuecollection?
I would like to access to the values like:
nvlist.get("key1")
Thanks for help,
Alex
key1="value 1 with blanks" key2="another value"
How can I import this two pairs of Name/Value into a
NameValuecollection?
I would like to access to the values like:
nvlist.get("key1")
Thanks for help,
Alex