I have a string value “€ 5,506.15” that need to be parsed from en-EN culturinfo to de-DE so it will come out as “5.506,15”. But my compiler is not having it. What am i doing wrong?
What i tried:
value = “€ 5,506.15”
valueNoEuro = value.Replace(“€”,“”)
valueParsed = CDbl.Parse(valueNoEuro, new system.cultureinfo(“de-DE”)
Just let each topic scoped to one case and open a new topic for this question. When opening the new topic please elaborate more on input and expected output as