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

Answer Posted / manish sharma

through string builder class is the fastest method.we should
use this method if we have to catenate more than 10 strings.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Event - Delegate?

571


What is a generic class?

520


How are methods overloaded?

535


What is difference between c and c sharp?

449


How can we set the class to be inherited, but prevent the method from being over-ridden?

474






What is expression tree in c#?

474


Is unboxing an implicit conversion?

528


Why do we need structs in c#?

442


Why do we need abstract class?

468


Can an int be negative c#?

577


What is callback function in c#?

521


If I return out of a try/finally in c#, does the code in the finally-clause run?

549


What is boolean conditions in c#?

497


What is a long in c#?

448


What is hierarchical inheritance in c#?

472