Here I trying to display only one number after decimal without roundup the number in C# asp.net mvc.
Eg
1.234 - 1.2
1.899 - 1.8
Any help will be heartly appreciated. Thank You
Asked
Active
Viewed 34 times
0

CarrotCrop
- 73
- 1
- 5
- 12
-
2And what have you tried so far to solve this problem? What issue you are facing with whatever you have tried so far? Considered converting number to string and using string operations to get what you want? – Chetan Jun 15 '17 at 04:36
-
actually i have used Math.Round function but i think that does not give the answer as per required @ChetanRanpariya – CarrotCrop Jun 15 '17 at 04:38