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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -