Concating nmber on XML parser #603
-
I have an key 35230743251230000306570010000000171000000175 and when I use XMLParse.parse() I got 3.523074325123e+43 as return. How to avoid number concatenation? |
Beta Was this translation helpful? Give feedback.
Answered by
amitguptagwl
Sep 5, 2023
Replies: 1 comment
-
This libraries rely on strnum package for all number formatting and parsing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EmanuelcPereira
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This libraries rely on strnum package for all number formatting and parsing.