DISCLAIMER: I haven't tried this in practice. I've only browsed througr MVC source code and VS Help/MSDN. OK. After disclaimer, let's do some work. Here is a decompiled source code for Eval metod that takes two arguments: 1 public string Eval( string expression, string format) 2 { 3 object...