Good day
How to i format a decimal without rounding it
TotalNumber.ToString("0,0", CultureInfo.InvariantCulture)
or
TotalNumber.ToString("#,#")
These 2 strings are rounding 11822252.79 to 11,822,253
The results must be 11,822,252,79 or 11 822 252 79