Posts by PanteraCP • 41 points
2 posts
-
0
votes4
answers5878
viewsA: Convert String to Decimal
In the end, I discovered that there was no need for conversion in that form, I redid all the "Cs" and "form" for sales and only in one of them with the help of a button I was able to accomplish the…
-
4
votes4
answers5878
viewsQ: Convert String to Decimal
And I’m having trouble properly converting this string in decimal. decimal.Parse(txtValor.Text)=meuVen.Valor; When I put the conversion in front, it shows error after the =. I don’t know how to…