M
Marty
Hi,
If I don't know that my (or any) windows 2k regional setting for the
decimal symbol is the dot (".") and I want to do this:
1- Dim dblOutput As Double
2- Dim strInput As String
3- strInput = "123,8"
4- dblOutput = Convert.ToDouble(strInput)
How can I avoid an error at line four ? And get it converted to double
to have this output : 123.8
Thanks a lot!
Marty
If I don't know that my (or any) windows 2k regional setting for the
decimal symbol is the dot (".") and I want to do this:
1- Dim dblOutput As Double
2- Dim strInput As String
3- strInput = "123,8"
4- dblOutput = Convert.ToDouble(strInput)
How can I avoid an error at line four ? And get it converted to double
to have this output : 123.8
Thanks a lot!
Marty