System.Globalization.RegionInfo.ThreeLetterISORegionName Property

Gets the three-letter code defined in ISO 3166 for the country/region.

Syntax

public virtual string ThreeLetterISORegionName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RegionInfo.ThreeLetterISORegionName property contains the three-letter code defined in ISO 3166 for this country/region. For example, the three-letter code for United States is "USA".

Case is not significant. However, the RegionInfo.Name, the RegionInfo.TwoLetterISORegionName, and the RegionInfo.ThreeLetterISORegionName properties return the appropriate code in uppercase.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0