GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#
Go To First  |  Previous Question  |  Next Question 
 C#  |  Question 284 of 436    Print  
In order to use stringbuilder in our class we need to refer
A) System.Text
B) System.IO
C) System.StringBuilder



  
Total Answers and Comments: 4 Last Update: January 16, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 04, 2006 13:22:32   
hari charagundla        

RE: In order to use stringbuilder in our class we need...
Answer is: ASystem.Text;
 
Is this answer useful? Yes | No
February 14, 2006 06:06:40   
Ravindra Sanaga        

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

system.text.strringbuilder


 
Is this answer useful? Yes | No
April 11, 2006 04:13:20   
Prakhar        

RE: In order to use stringbuilder in our class we need...
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;


 
Is this answer useful? Yes | No
January 16, 2008 00:06:50   
Kal_CSharp Member Since: January 2008   Contribution: 7    

RE: In order to use stringbuilder in our class we need to refer
System.Text name space should be used.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape