0
 string putContactRequestBody = string.Format("<Contacts><Contact><Name>{0}</Name></Contact></Contacts>", contactName);

I want to convert putContactRequestBody to Idictionary

Julian
  • 1,522
  • 11
  • 26
Amar
  • 53
  • 13
  • http://stackoverflow.com/questions/4670279/how-to-convert-a-string-to-an-idictionarystring-string?rq=1 – Gopesh Sharma Jan 25 '13 at 06:57
  • What do you mean by converting a string to a dictionary? Do you want to create a dictionary from the contents of the string, or to add the string to a dictionary? – Matthew Strawbridge Jan 26 '13 at 10:49
  • Hello Actuallly I want to convert string to idictionary..Now I am able to do this .thanks for asking Dictionary obj = new Dictionary(); obj.Add("xml", PutItemResponse); – Amar Jan 28 '13 at 07:25

0 Answers0