I have this application which requires the user to introduce some prices etc. working with dataGridViews also to display. The problem is that on certain computers the '.'
this is treated as ','
I managed to get some TextBox leave event to and set the Invariant Culture for it but is useless as im using dataGridViews to display and also ReportViewer I also have a code that converts numbers to text and with this problem my application is worthless in current state with this Culture problem so I need to set everything to Invariant Culture no matter what it will take the value for example :
2.00
as 200,00
on that computer I want to use invariant culture no matter what just display 2.00
working with '.'
instead of ','
.