VB.Net Currency Converter - Is there an easier way?
Just picked programming up as a hobby, and am very bad. I am trying to
build a basic currency converter from the book I have.
My question: Is there is a better way than taking the user input (lets say
5 dollars), convert the text string to a double, multiply by the rate, and
then convert it back to a string in order to display it in the other
textbox? I mainly ask because the textbook hasn't said how to convert
double to string yet, and I found it online but I feel like I'm missing
something.
Thanks
No comments:
Post a Comment