Check out example codes for "insert variables into string c#". It will help you in understanding the concepts better.
Code Example 1
string data = "Mr. Rogers";
var str = $"Hello {data}, how are you doing?";
Learn ReactJs, React Native from akashmittal.com