I have the following Linq statement:
var total = (from a in mobileChunk.Data select a.callCost).Sum();
callCost is a string. I need to convert it to a decimal. How is this done?
|
I have the following Linq statement:
|
||||
|
|
|
i would do something like this....
now, in your linq.....
|
||||
|
Perhaps you can try this:
|
|||
|
|