Where are strings more useful than a StringBuilder?
Posted
by DJay
on Stack Overflow
See other posts from Stack Overflow
or by DJay
Published on 2010-06-18T12:58:25Z
Indexed on
2010/06/18
15:03 UTC
Read the original article
Hit count: 204
Lot of questions has been already asked about the differences between string and string builder and most of the people suggest that string builder is faster than string. I am curious to know if string builder is too good so why string is there? Moreover, can some body give me an example where string will be more usefull than string builder?
© Stack Overflow or respective owner