Hallo,
I have lot of xml tables with decimal numbers and they are formatted according to english or with dot (.) . I have an another system which has German system or it works with comma ( , ). My program converts all my xml table to List of objects when it loads, When i open my program in German system the converted list does not contain any decimals because in german system it takes . as comma.
how do i prevent my xmls being translated to list with local settings or what is the right method to approach or solve the problem?
Thanks