I am attempting to write code that will convert a Numeric (Currency) String to an Alpha String. The program receives a currency value input from the user and I want the program to display the Alpha representation for that value.

Example:

User inputs "500". The program converts it to and displays it as "$500.00". I want the program to also display the Alpha representation "Five Hundred Dollars".

Thank you for your help.
-JosephCardsFan