VB.NET - How to convert user input into money format -
i have textbox in user can type in integers. want able send database integer, display in currency format. example, 123456 becomes $123,456.
in winform application can use maskedtextbox display data in 1 format (e.g. currency) actual value different.
Comments
Post a Comment