4
I have a small problem. My application receives a numeric string representing a value from the server. But the server sends, for example "100.00"
and I need to put a comma in place of that point.
100.00
=> 100,00
I would like to know how to do this in the simplest way possible. I’ve looked around for tutorials that didn’t help me.
That’s right there. I didn’t find anything that would help me on the NET and I read the methods of the String class. Thank you, man! I should have paid more attention, but thank you anyway. = D I will accept the ASAP response
– igorfeiden