* [x] Are you running the latest version? * [ ] Have you included sample input, output, error, and expected output? * [x] Have you checked if you are using correct configuration? * [ ] Did you try online [tool](https://naturalintelligence.github.io/fast-xml-parser/)? * [x] Have you checked the [docs](https://github.com/NaturalIntelligence/fast-xml-parser/tree/master/docs) for helpful APIs and examples? ### Description - Not able to convert Number from XML to String. - If the Number length is 18 it is able to convert into String but if it's less than 18 it is not able to convert into String. <img width="871" alt="Screenshot 2024-11-08 at 12 27 54 PM" src="https://github.com/user-attachments/assets/45d1ca51-ff53-4304-8fca-e8bf890b7408"> <img width="571" alt="Screenshot 2024-11-08 at 12 29 11 PM" src="https://github.com/user-attachments/assets/454a886f-0886-489a-ab63-b50ad213d490"> - If number starts with 0, it is removing that 0's <img width="854" alt="Screenshot 2024-11-08 at 12 29 56 PM" src="https://github.com/user-attachments/assets/fab158bb-71fc-4156-85c0-5e30dea32b24"> <img width="553" alt="Screenshot 2024-11-08 at 12 30 48 PM" src="https://github.com/user-attachments/assets/e84fa5e8-cd36-4226-980a-f33b0f809d00">