Please give me an example where strings are usefull than string builder

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 13:03 UTC
Read the original article Hit count: 122

Filed under:

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

Related posts about c#