I have a Double value xx.yyy and I want to convert to string "xxyyy" or "-xxyy", if the value is negative.
How could I do it?
Regards.
|
I have a Double value xx.yyy and I want to convert to string "xxyyy" or "-xxyy", if the value is negative. How could I do it? Regards. |
|||
|
|
|
This answer uses a Decimal Formatter. It assumes that the input number is always strictly of the form (-)xx.yyy.
|
|||
Explanation:
Update: The OP had some extra conditions (but I don't know exactly with one):
|
|||||||||||||
|