Returns the name of the region.
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
Returns a String representing the name of the region. For example, the region name for the United States is "United States."
This method overrides Object.ToString.
RegionInfo Class | RegionInfo Members | System.Globalization Namespace