In order to use stringbuilder in our class we need to refer

A) System.Text
B) System.IO
C) System.StringBuilder

Showing Answers 1 - 6 of 6 Answers

hari charagundla

  • Jan 4th, 2006
 

Answer is: ASystem.Text;

Ravindra Sanaga

  • Feb 14th, 2006
 

system.text.strringbuilder

  Was this answer useful?  Yes

Prakhar

  • Apr 11th, 2006
 

We only need to refer System.Text namespace. StringBuilder Class is contained in the System.Text namespace. hence we need to add the following lines in pur code:

using System.Text;

  Was this answer useful?  Yes

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