what is the fastest way to concatenate strings in c sharp?
Answer Posted / sudheer
sorry for last post.This is one is faster than previous one.
string str = "DotNet " + "4.0";
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of c#?
What is c sharp language?
Is type nullable c#?
Why attributes are used in c#?
Is c# and c sharp same?
Are structs faster than classes?
What are accessors?
What is difference between array and collection in c#?
i want the csharp questions&answeres
Is it possible to nest cfml conditional tags?
What are regular expressions? Search a string using regular expressions?
What is writeline in c#?
What is the use of thread join in c#?
Explain About Global.asax
Are c# objects passed by reference?