show-notice
hide-notice

Friday, 23 August 2013

Get currency FRACTION name


Introduction:

Here i will explain how to get currency FRACTION name.

Description:

Previous article i will explain Google Visualization Bar Chart in asp.net. and add textbox control from code behind in asp.net .Now today i will explain get currency FRACTION name.

Example:
public static void Main() 
{
   RegionInfo ri = new RegionInfo("SE"); // Sweden

   Console.Clear();
   Console.WriteLine("Region English Name: . . . {0}", ri.EnglishName);
   Console.WriteLine("Native Name: . . . . . . . {0}", ri.NativeName);
   Console.WriteLine("Currency English Name: . . {0}", ri.CurrencyEnglishName);
   Console.WriteLine("Currency Native Name:. . . {0}", ri.CurrencyNativeName);
   Console.WriteLine("Geographical ID: . . . . . {0}", ri.GeoId);
}

Output:

Region English Name: . . . Sweden 
Native Name: . . . . . . . Sverige 
Currency English Name: . . Swedish Krona 
Currency Native Name:. . . Svensk krona 
Geographical ID: . . . . . 221

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com