what is the fastest way to concatenate strings in c sharp?
Answer Posted / sudheer
string.Concat("DotNet","4.0");
Ans:DotNet4.0
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is int16?
What is the difference between firstordefault and first?
What is data type c#?
What is difference between constants and readonly in c#?
What is the advantage of static class in c#?
Is var a data type?
Explain the process of inheriting a class into another class?
What are the advantages of using c#?
What is uint64_t?
Is linkedhashset synchronized?
Which is better python or c#?
Why array is faster than arraylist in c#?
What is arraylist c#?
Is stringbuilder better than string?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?