I was wondering if it is possible to write both the dictionary key and all records associated with the value to string?
However i only get the output of the Key and one item in value (service status)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, just modify your ToString overload.
And, if you need ToString to only return the status, then move the above code into a new function (say DisplayValue) and modify your loop to use this instead of ToString: