Possible Duplicate:
round up value C#
I want to approximate percentage in ASP.net, for example I had a percentage 72.72727272727% I want it to be approximated to 73%, how can I do that in ASP.net
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The AwayFromZero is important for natural rounding, because .Net defaults to Banker’s Rounding.