6
Answers

How to format decimal value upto 1 decimal place in mvc c#

Photo of S P

S P

7y
12.2k
1
for example, I have value coming from the database 22.3400000
 
I want to show it as 22.3 

Answers (6)