insert variables into string c#

C#
string data = "Mr. Rogers";
var str = $"Hello {data}, how are you doing?";
Source

Also in C#: