CultureInfo::ToString Method ()
Returns a string containing the name of the current CultureInfo in the format languagecode2-country/regioncode2.
Assembly: mscorlib (in mscorlib.dll)
This method overrides Object::ToString. It returns a normalized version of the culture name that is passed to the CultureInfo(String^) or CultureInfo(String^, Boolean) constructor or to the CreateSpecificCulture or GetCultureInfo(String^) method. It normalizes the result string by converting characters in languagecode2 to lowercase and converting characters in country/regioncode2 to uppercase if necessary.
Predefined culture names are listed in the National Language Support (NLS) API Reference page at the Go Global Developer Center.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1