Is there a multiplatform Float or Double to String...
# multiplatform
s
Is there a multiplatform Float or Double to String writer? I need a way to chop off the
x.0
at the end when there is no decimal data.
g
Unfortunately there is no multiplatform format function, so you have to use platform ones. Or write functions just for your use case in multiplatform