This documentation is archived and is not being maintained.
RegionInfo Properties
Visual Studio 2010
The RegionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrencyEnglishName | Gets the name, in English, of the currency used in the country/region. |
|
CurrencyNativeName | Gets the name of the currency used in the country/region, formatted in the native language of the country/region. |
|
CurrencySymbol | Gets the currency symbol associated with the country/region. |
|
CurrentRegion | Gets the RegionInfo that represents the country/region used by the current thread. |
|
DisplayName | Gets the full name of the country/region in the language of the localized version of .NET Framework. |
|
EnglishName | Gets the full name of the country/region in English. |
|
GeoId | Gets a unique identification number for a geographical region, country, city, or location. |
|
IsMetric | Gets a value indicating whether the country/region uses the metric system for measurements. |
|
ISOCurrencySymbol | Gets the three-character ISO 4217 currency symbol associated with the country/region. |
|
Name | Gets the name or ISO 3166 two-letter country/region code for the current RegionInfo object. |
|
NativeName | Gets the name of a country/region formatted in the native language of the country/region. |
|
ThreeLetterISORegionName | Gets the three-letter code defined in ISO 3166 for the country/region. |
|
ThreeLetterWindowsRegionName | Gets the three-letter code assigned by Windows to the country/region represented by this RegionInfo. |
|
TwoLetterISORegionName | Gets the two-letter code defined in ISO 3166 for the country/region. |
Show: