1
Answer

write formatting XML in a TextBox

uwehess

uwehess

21y
1.9k
1
i have a xml file in an System.IO.Stream like this: <...><...>. how can i output this xml stream as formattet xml in a textbox like the follwing sample? <...> <....>..
Answers (1)
1
james

james

NA 1.1k 336.9k 21y
Well, if you want it broken up by line, then you will have to do the formatting manually. Otherwise just get the stream into a string value and set the Text property of your TextBox.