RegionInfo Properties

RegionInfo Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The RegionInfo type exposes the following members.

  NameDescription
Public property CurrencySymbol Gets the currency symbol associated with the country/region.
Public property Static member CurrentRegion Gets the RegionInfo that represents the country/region used by the current thread.
Public property DisplayName Gets the full name of the country/region in the language of the localized version of the .NET Framework.
Public property EnglishName Gets the full name of the country/region in English.
Public property IsMetric Gets a value indicating whether the country/region uses the metric system for measurements.
Public property ISOCurrencySymbol Gets the three-character ISO 4217 currency symbol associated with the country/region.
Public property Name Gets the name or ISO 3166 two-letter country/region code for the current RegionInfo object.
Public property NativeName Gets the name of a country/region formatted in the native language of the country/region.
Public property TwoLetterISORegionName Gets the two-letter code defined in ISO 3166 for the country/region.
Top

Show:
© 2017 Microsoft