GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
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
Related Categories
—
ADO.NET Interview Questions
ADO.NET 2.0 Interview Questions
Architecture Interview Questions
ASP Interview Questions
ASP.NET Interview Questions
ASP.NET 2.0 Interview Questions
Microsoft.NET Interview Questions
C# Interview Questions
DataGrid Interview Questions
DotNet Interview Questions
Microsoft.NET 2.0 Interview Questions
Microsoft Basics Interview Questions
Reporting Services Interview Questions
VB.NET Interview Questions
Visual Basic Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved