Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompareInfo::IsSortable Method (Char)

 

Indicates whether a specified Unicode character is sortable.

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

public:
[ComVisibleAttribute(false)]
static bool IsSortable(
	wchar_t ch
)

Parameters

ch
Type: System::Char

A Unicode character.

Return Value

Type: System::Boolean

true if the ch parameter is sortable; otherwise, false.

The ch parameter is sortable if it is a Unicode character that is defined in an internal CompareInfo class sort table, and is not a private use or unpaired high or low surrogate character.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft