This topic has not yet been rated - Rate this topic

CompareInfo.ToString Method

Returns a string that represents the current CompareInfo.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString() : String;

Return Value

A string that represents the current CompareInfo.

Remarks

This method overrides Object.ToString.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

CompareInfo Class | CompareInfo Members | System.Globalization Namespace | Object.ToString | String

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.