CompareInfo::ToString Method ()
Returns a string that represents the current CompareInfo object.
Assembly: mscorlib (in mscorlib.dll)
This method overrides the Object::ToString method. It returns a string that consists of the class name and the value of the instance Name property, separated by a hyphen.
Notes to Callers:
Staring with the .NET Framework 4, the ToString method returns the class name followed by a space, a hyphen, a space, and the value of the Name property. For example, for a CompareInfo object that represents the en-US culture, the ToString method returns "CompareInfo - en-US". In previous versions of the .NET Framework, it returns the class name followed by a space, a hyphen, a space, and the value of the LCID property. For example, for a CompareInfo object that represents the en-US culture, the ToString method returns "CompareInfo - 1033".
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