I want to make the some of the numbers which occures after Decimal point.
As per above value my result should be 6 which is greater than zero.
I want to make the some of the numbers which occures after Decimal point.
As per above value my result should be 6 which is greater than zero.
Can you please provide me the entire formula which is provided in Message Box.
sampleString.Split("."c)(1).ToArray().Sum(Function (x) Cdbl(x.ToString))
Thanks
it work for me, thnx alot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.