adspace
Answer Posted / Dhirendra Kumar Gupta
String concatenation in C# refers to the process of combining two or more strings into a single string. This can be done using the + operator, string interpolation (C# 6.0 and later), or the String.Concat() method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers