Posts by Alexssandro Rocha Aquino • 9 points
1 post
-
0
votes1
answer475
viewsQ: Problem with string to decimal conversion c#
Hello, I’m having a problem with string to decimal conversion, as demonstrated by the following code: string valor = "0,01"; CultureInfo _provider = new CultureInfo("pt-BR"); decimal valorTratado =…
c#asked Alexssandro Rocha Aquino 9