Basic • C# ConsoleConcatenate or Add Two Strings in C#7 years agoAdd Commentby MarcYou can merge/concatenate/combine two C# String fields using theĀ +operator, as shown in this example code: