It is possible to get the value with out round off? @Yoichi
I have Update the LINQ Like this in the expression. Could be possible to update below linq to achieve the exact out Like this Instead of 397435 to 397434,57
(From d in DtFilter.AsEnumerable Where Not (isNothing(d(5)) OrElse String.IsNullorEmpty(d(5).toString.Trim)) Select v = Double.Parse(d(5).toString.Trim,System.Globalization.CultureInfo.CreateSpecificCulture("Es-es"))).Sum(Function (x) x)