A WCF Service with WPF Client to Convert the Currency into Words. Built using .Net Framework 4.7.2
Open Solution in Visual Studio 2019 (Version 16.4.6 or later)
Run the Application. This will launch both the WCF Service and WPF Client UI.
Enter the Currency amount you want to convert into the Textbox and press the Submit button.
WCF Service is called to get the number converted to Words.
Words will be displayed in the Result Box.
Reset button will clear the inputs.