User-1355965324 posted
I am trying to show the integer part of the decimal value without any rounding, please help
for example
7.9 should be shown as 7
6.2 should be shown as 6
<div>Max: @Model.consolidated_sales[i].max_sales.ToString("0")</div>
<div>Min: @Model.consolidated_sales[i].min_sales.ToString("0")</div>