I have the next round up dilemma:
hn = 143;
label6.Text = string.Format("{0} mm", hn.ToString("N0"));
And a want it to show in the Label Text at the next multiple of 5.
Like:
143 to show 145.
141 to show 145.
Thank You.
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.
1 Answer