With the existing String.Format, I could throw the format string in a database or resource file, instead of having it hard coded into my application. Is that possible with Interpolation?
I'm guessing not, as it seems to be a compiler checked thing.