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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -