Hi Team,
I want to do addition Double values for particular column .
Input:
Expected Output:
Regards,
Raja G
Hi Team,
I want to do addition Double values for particular column .
Input:
Expected Output:
Regards,
Raja G
Assign Activity:
mySumAsFormatedString =
dtData.AsEnumerable.Sum(Function (x) CDbl(x("Amount").toString.Trim)).toString("F2")
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.