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
Is it possible to inline assembly or il in c# code?
Can we inherit static class in c#?
Is var a data type?
Which is faster dictionary or list?
Is c# scripting language?
What is difference between ienumerable and list in c#?
What is strongly typed view?
What is difference between abstract class and interface in c#?
What is a predicate in c#?
Explain the process of inheriting a class into another class?
What is the difference between package and interface?
Please explain value types and reference types used in c#?
What is a cs file?
Why is aws serverless?
What is tpl in c#?