I need to format a variable with string interpolation, and the format string is another variable:
here is my sample code:
static void Main(string[] a
C# has no syntax that will do what you want.