Writes the non-interpolated string expression, a colon, then the evaluated string{
Console.WriteLine(${formattableString.GetExpression()}:{formattableString.ToString
假设我有一个这样的FormattableString:FormattableString str = $"Today's date is: {now:yyyy-MM-dd在FormattableString上有一些有限的方法,允许我获取参数值(GetArguments()/GetArgument())和原始格式字符串(Format),但是没有一个用于访问参数格式化字符串void DumpLine(FormattableString format