Hello!
If I have a string for example 45 .12 and I want to convert this to double
without replacing the . with a , how is that done.
//Tony
If I have a string for example 45 .12 and I want to convert this to double
without replacing the . with a , how is that done.
//Tony
Comment