Convert decimal to percent or shift decimal places. How
Posted
by Ricky
on Stack Overflow
See other posts from Stack Overflow
or by Ricky
Published on 2010-06-09T19:14:29Z
Indexed on
2010/06/09
19:22 UTC
Read the original article
Hit count: 204
I have a that is generated from the diference of 2 numbers, but it return for exemple 0,07 for 7% and 0,5 for 50% i just want to fix to reach these goar, like 15,2% 13% and so on. How can I do that? do c# has something embeded on CLR to do that?
© Stack Overflow or respective owner