T
thomas
Hello Everyone,
I am trying to format decimal values the way so decimal point is display
only if the number is any digits after decimal other than zero.
Example:
9.000000 -> "9"
9.500000 -> "9.5"
Does anyone have an idea how the format string should look like? Is it, at
all, possible?
Tomasz
I am trying to format decimal values the way so decimal point is display
only if the number is any digits after decimal other than zero.
Example:
9.000000 -> "9"
9.500000 -> "9.5"
Does anyone have an idea how the format string should look like? Is it, at
all, possible?
Tomasz