0
Good morning Guys, I’m having a problem making this code in C#
I have a value in a textbox that comes automatic with the "R$" so I need to take the value that comes in this textbox and do mathematical operations with them. Could someone help me with the conversion to do the operations, thank you.
Value brother, it worked. Thank you very much !.
– user187780
Put my answer right there, it helps the reputation :)
– user188062
Brother, I have another question. As a result I have a value EX: R$3520,85 , would put the correct points type EX:R$3,520,85 ?
– user187780
Yes, you have to do the following, you have to take the number of characters of the Text you took from the input, and make an algorithm from there, for example, if it has 6 characters (9876,54) you have to pick put the point after the 0 position (which in this case is the 9)
– user188062