How to view an XML stream in the Visual Studio debugger
2012-02-01
·
Ben’s Blog
1
(
new
StreamReader
(
xmlStream
)).
ReadToEnd
();