I came across this problem with a light weight application I am developing.
The StringBuilder
seems to be more efficient with the memory usage.
- why is it so?
- where else the use of
StringBuilder
is better than a good oldString
?
Thank you for giving me more details