Hi,
I need to convert my value 2.8634 to 2.8. I tried the following ,
var no = Math.Round(2.8634,2,MidpointRounding.AwayFromZero)
I'm getting 2.87.
Suggest me some ideas how to convert.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Jan 6, 2017, 2:20 PM
Tapan PatelPosted Jan 6, 2017, 11:07 AM
Nitin SontakkePosted Jan 6, 2017, 3:44 AM