Question string convert to double

kbo1211

New member
Joined
Mar 24, 2017
Messages
1
Programming Experience
Beginner
Hi,

I need help, i am new to programming and can seem to solve this..


double input = Convert.ToDouble("1.1"); // can not get it to parse the "."
Console.WriteLine(input); // Give me 11 and not the 1.1 i wont it to.

What do i do ?

Thanks in advanced..

Best regards

KBO
 
Back
Top Bottom