tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

Decimal precision and SetText

Open ajtruckle opened this issue 3 weeks ago • 0 comments

Hello

Is it possible to have a SetText override that accepts a double and number of dp?

At the moment I am rounding to 2 dp and turning it into a string. This takes the app locale into account. Then I use SetText with a string as the parameter instead of a double.

ajtruckle avatar Dec 21 '25 22:12 ajtruckle