Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

  • NA
  • 12.2k
  • 2.9m

String Concatenation

May 6 2016 3:48 PM
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)