Somehow this way to calculate a string returns 8 instead of an exception or something else... every other division by 0 produces the same result. Why doesn't it throw an error and why is the result always 8?
System.Console.WriteLine(new DataTable().Compute("2/0", null));