Click here to Skip to main content
15,896,457 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir, I develop one inventory management ERP2.0 project in C#net 4.0 and i want to call a calculator in my application simply only call and performing a operations.
So, please help me soon.
Thanks.
Upendra Kumar Pandey
Posted

1 solution

If all you want is to provide a full calculator in your app, then have a look at this: Math Parser .NET C#[^] - you give it an expression as a string, it returns a double result.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900