SyntaxFix
Write A Post
Hire A Developer
Questions
If you're doing a lot of string concatenation, use a StringBuilder. When you concatenate with a String, you create a new String each time, using up more memory.
Alex