What is the advantage of using system.text.string builder over system.string?

Questions by sridhar1987

Showing Answers 1 - 3 of 3 Answers

jaguarjj

  • Mar 22nd, 2011
 

system.text.string builder is mutable and can be changed and modified whereas string is immutable once it's created it cannot be modified but rather replaced and altered by a new one

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions