SortKey::OriginalString Property

 

Gets the original string used to create the current SortKey object.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ OriginalString {
	virtual String^ get();
}

Property Value

Type: System::String^

The original string used to create the current SortKey object.

The following code example displays an original string and the equivalent string and key data for a case-sensitive sort key and a case-insensitive sort key.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: