M
michi
Hello
How can I convert a string to double with a decimal point as seperator?
***CODE****
strNumber ="12.00"
dblDouble = Cdbl(strNumber)
****
dblDouble holds now the value 1200. But I want it to hold 12.00.
I am not very familar with CurrentUIculture,CurrentCulture,Thread.CurrentThread
Thanks
Michael
How can I convert a string to double with a decimal point as seperator?
***CODE****
strNumber ="12.00"
dblDouble = Cdbl(strNumber)
****
dblDouble holds now the value 1200. But I want it to hold 12.00.
I am not very familar with CurrentUIculture,CurrentCulture,Thread.CurrentThread
Thanks
Michael
