Retrieves the ISO 3166 two-letter code for the region of this RegionInfo.
[Visual Basic] Overridable Public ReadOnly Property TwoLetterISORegionName As _ String [C#] public string TwoLetterISORegionName {virtual get;} [C++] public: __property virtual String* get_TwoLetterISORegionName(); [JScript] public function get TwoLetterISORegionName() : String;
Read-only. Retrieves a String representing the two-letter code for the region. For example, the two-letter abbreviation for United States is "us".
RegionInfo Class | RegionInfo Members | System.Globalization Namespace