System::Globalization::CompareInfo::IsSortable method

CompareInfo::IsSortable(char16_t) method

Checks whether a specified character is sortable.

static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
ParameterTypeDescription
chchar16_tUnicode character.

ReturnValue

True if ch is sortable; otherwise false.

See Also

CompareInfo::IsSortable(const String&) method

Checks whether a specified string is sortable.

static bool System::Globalization::CompareInfo::IsSortable(const String &text)
ParameterTypeDescription
textconst String&A string.

ReturnValue

True if text is not empty and all characters in text are sortable; otherwise false.

See Also