Possible Duplicate:
Difference between string and StringBuilder in c#
What’s the difference between System.String and System.StringBuilder?
It seems to me that the only difference is that System.StringBuilder does not exist in the latest version of C#.
check my post :Why to use StringBuilder over string to get better performance