Fast and sloppy string concatenation is slow. Switch to using Stringbuilder do a search for "+=" and the replace everything with stringbuilder
Fast and sloppy string concatenation is slow.
Switch to using Stringbuilder
do a search for "+=" and the replace everything with stringbuilder