Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the fastest way to concatenate strings in c sharp?

Answer Posted / biruk solomon

The fastest way to concatinate string is to use
StringBuilder object.In StringBuilder object you can use a
method called Append.It has 19 overloaded method to support
different kind of datatype.You can also include your own
type if you override the toString method as you can also
pass objects to this method.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is icomparer in c#?

976


What are the namespace level elements?

1054


What is interpolation in programming?

1033


What is iqueryable and ienumerable in c#?

1010


Is Multiple-inheritance supported by c#?

1038


What is overriding in c#?

944


What is the use of getcommandlineargs() method in c#.net?

1021


What are extender provider components? Explain how to use an extender provider in the project.

944


What is code verification?

1030


What is difference between method overriding and method overloading?

1109


Can a static class contain non static members?

1035


What is multicast delegate explain with example?

1074


List down the differences between “dispose” and “finalize” methods in c#.

887


Distinguish between a class and struct?

979


What is super class in c#?

1014