Get Currency Symbol From CultureInfo Class In asp.net 4.0 1 min read Asp.net Get Currency Symbol From CultureInfo Class In asp.net 4.0 Mahesh Javiya 14 years ago Function Return the Currency Symbol Currency = ISO3 Currency Code Ex: Currency =”INR” public static string CurrencySymbol(string Currency) { Hashtable currencySymbols = null; string currencysymbol... Read More