How can I ensure that my user enters a value that would be valid currency?
For example, I would accept 1 or 1.2 or 1.23 but not 1.234.
If I set the textbox format to Currency, it shows 1.234 as $1.23 but the .text is still 1.234.
Thank you!
For example, I would accept 1 or 1.2 or 1.23 but not 1.234.
If I set the textbox format to Currency, it shows 1.234 as $1.23 but the .text is still 1.234.
Thank you!