To add two negative values -2462.56 and -3454.78
I try to convert to int but i getting error like input string was not in correct format
please help me out for solution
To add two negative values -2462.56 and -3454.78
I try to convert to int but i getting error like input string was not in correct format
please help me out for solution
So because you have decimals you need to convert to Decimal or Double data type.
e.g. CDbl()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.