Obtains the name of the CultureInfo.
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
The name of the CultureInfo. For example, the name for the CultureInfo of the United States, whose national language is English, would be "English (United States)".
This method overrides Object.ToString.
CultureInfo Class | CultureInfo Members | System.Globalization Namespace