A
Andrzej
I have a string that represents a double: "1.00"
I need to convert this to german format.
Currently I get 100 when I do this CType(strCreditAmount, Double).
I need to convert this to german format.
Currently I get 100 when I do this CType(strCreditAmount, Double).