I have learned how to make a string variable display in currency format using C2. But how would I be able to display in other currencies such as Euros.
Below is my foundation code to work from
Console.WriteLine("\nHere is the same value displayed in currency form: " + value.ToString("C2"));