NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegionInfo Members

Public:

Constructor

RegionInfo Constructor Overloaded. [To be supplied.]

Properties

CurrencySymbol [To be supplied.]
CurrentRegion Returns the current RegionInfo object for this instance.
DisplayName Retrieves the full name of the region in the UI language.
EnglishName Retrieves the name of the region in English
IsMetric Determines whether measurements on this instance use the S.I. system.
ISOCurrencySymbol [To be supplied.]
Name Retrieves the name of the region.
NativeName [To be supplied.]
ThreeLetterISORegionName Retrieves the ISO 3166 three-letter code for the region of this RegionInfo.
ThreeLetterWindowRegionName Retrieves the Windows version of the three-letter code for the region of this RegionInfo.
TwoLetterISORegionName Retrieves the ISO 3166 two-letter code for the region of this RegionInfo.

Methods

Equals Determines whether the given object refers to the same RegionInfo as the current instance.
GetHashCode Returns the hash code for the RegionInfo.
GetType (inherited from Object) Gets the Type of the Object.
ToString Returns the name of the region.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

RegionInfo Class | System.Globalization Namespace