I cannot compile the following code
var baseUrl = $"http://{endPoint}/";
I got this code from a github project, and i guess the $-sign tells the compiler to use the value of the attribute(and even do methods that return a string).
I have been looking online, but i cant seem to find anything but @"String" to ignore escape characters.