I'd like to convert a Decimal value into a string so that the entire
original value and length remains intact but there is no decimal point.
For example, the decimal value 6.250 is selected as 06250.
Can this be done?
original value and length remains intact but there is no decimal point.
For example, the decimal value 6.250 is selected as 06250.
Can this be done?
Comment