public static object Eval( string AExpression)
{
try
return new DataTable () . Compute(AExpression, "" );
}
catch
return null ;