RegionInfo.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a string containing the culture name or ISO 3166 two-letter country/region code specified for the current RegionInfo.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringA string containing the culture name or ISO 3166 two-letter country/region codes defined for the current RegionInfo.
This method overrides Object.ToString.
This method returns the value of the Name property. Case is not significant. However, the Name and TwoLetterISORegionName properties return the appropriate code in uppercase.
The predefined RegionInfo names are listed in the RegionInfo class topic.