3
Reply

String Concatenation

Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

May 6 2016 3:48 PM
332
I found a below code for string value Concatenation in C# , can some one say why $ is used and explain in detail?
 
string url = $"{baseUrl}{path}"; 

Answers (3)