1
votes
votes
1 answers
C# Round Double to 2 decimal places
I have a basic conversion for metric and imperial measurements however I need to keep it to 2 decimal places. Can anyone advise how I do this? My Code is [code] try { // inches to cm & lb's to kg's ...
