Help Needed with a little .Net function...
/// <summary>
///Given an 'ISO 4217' three letter code for a currency...
///Return the 'CurrencySymbol' that represents it
/// </summary>
/// <param name="ISOCurrency">3 letter ISO427 currency code, e.g. "USD", "GBP", "EUR", "AUD"</param>
/// <returns>Currency Symbol, e.g. "$", "£", "€", "$"</returns>
public string GetCurrencySymbol(string ISOCurrency)
{
return "HELP ME!";
}
My book "Choose Your First Product" is available now.
It gives you 4 easy steps to find and validate a humble product idea.