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
What is use of FormBoarderStyle Propertie
Why do we need abstract class?
How do I create a dbml file?
What are the different types of assembly?
How many types of constructors are there?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Is list a collection c#?
Are c# strings immutable?
List down the reason behind the usage of c# language.
What is difference between write and writeline in c#?
Can we instantiate abstract class in c#?
Can mvc be used for desktop applications?
What is wrong with the sample program below?
Is Facebook a desktop application?
Explain about Serialize and MarshalByRef?