2
Answers

How to remove finals 0's of decimal number?

Sergio Fonseca

Sergio Fonseca

17y
5.8k
1

I'm using decimal to make and Physic calculator but I've noticed it keeps the finals 0's without taking out 0's in midle or being or before the "," of the result. For example:
275 M/s to KM/h
The Result is 990.
But the program shows 990,0.
I want make it show 990 instead of 990,0.

Answers (2)
0
Gokhul Varman
NA 10.7k 9.4k 7y
Please refer the link for more detailed explantion:http://developers.itextpdf.com/content/best-itext-questions-stackoverview/font-examples/itext7-how-use-system-font-itextsharp-vbnet
Accepted
0
Shovan Saha
NA 306 17.8k 7y
Dear Gokhul Sir, I have made this. Thank you. But I have another question. I have six buttons bearing same color. I want tab index position of button will show another color. Is it possible? Please help me.