Questions on localization/globalization of Ctype & .ToString
问题 A few questions I need answered to help debug an issue I'm having with globalization/localization that's leaving me rather stumped. 1) How exactly does CType work if I convert a string into a double when it comes to globalization/localization? From my research, and asking other developers in the office, I think CType should use whatever culture settings you have on your computer. So for example CType("1.23", Double) would work fine for a US culture computer. But it would mess up by converting