Hello,
I receive the number from my clients in this format : 12.855,70 ; 25.000.25 ;
1.000,00 but my app only reconize the number whitout the dots and in a format that the all number must have 15 char
for example the above number must be : 000000001285570 ; 000000002500025 ;
000000000100000
i need to configure my app to put the receive
string in this format. can someone help with this job ?
Regards