Hi all, im trying to format a number string to match the euro currency format. Example: string = '14160' after format. I want €14 160,00
My current code is numberString?string["# ###,00"] and the out put is €1,41,60
I was wondering if anyone have any idea to get the formatting correct.