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
The string interpolation happens in the compilation stage. You cannot use variables in the format strings because of that.