G
Guest
Hello,
I have a VB.NET application that will be distributed in the US as well as
many European countries. It uses an xml database with number values, that are
stored as text, that are all in English formats. There are no commas so the
period as a decimal placeholder is all that I'm concerned about with regard
to the various language settings on users machines.
In VB6, wrapping values pulled from the database in the VAL function worked
fine for all the language settings I need to support. Although I know I can
still do this in .NET, I want to make sure I implement this functionality
using the best coding practices.
Any advice that can provided would be greatly appreciated!
Thanks.
Jack
I have a VB.NET application that will be distributed in the US as well as
many European countries. It uses an xml database with number values, that are
stored as text, that are all in English formats. There are no commas so the
period as a decimal placeholder is all that I'm concerned about with regard
to the various language settings on users machines.
In VB6, wrapping values pulled from the database in the VAL function worked
fine for all the language settings I need to support. Although I know I can
still do this in .NET, I want to make sure I implement this functionality
using the best coding practices.
Any advice that can provided would be greatly appreciated!
Thanks.
Jack