I have a function in my program that reads a string from a textbox and makes sure it only contains numbers with 2 decimal places. This works fine, until you put in a number into the textbox where the decimal places are zero's. ie VB converts "10.00" to "10". How can I get the string to include the zero's ?? Any suggestions.


Reply With Quote

