c# Round two decimal places

Last modified: July 18, 2021
var myNumber = 8.14983; var round = System.Math.Round(myNumber, 2);