System.Globalization.CompareInfo.IsSortable Method

Indicates whether a specified Unicode character is sortable.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public static bool IsSortable (char ch)

Parameters

ch
A Unicode character.

Returns

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

Remarks

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

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0