Hi all ,
Urgert Need the help for converting String value to Double..
I have written code for that and its working .but my problem is like in my project we are using multiple language i.e German,Spanish .
When i m chaging the language and trying to convert the string value into double then its show Error i.e
input string was not in Correct Format My Code :
1) Double ObjAvCash = Double.Parse(lblAvailableCashValue.Text.ToString());
2) double ObjAvCash = Convert.toDouble(lblAvailableCashValue.Text.ToString());
its working .
But Its not working when user change the language.
Please Help Me ...
Thanks In Advance.......
Sushilkumar Shinde