System::Globalization::CompareInfo::IsSortable methode

CompareInfo::IsSortable(char16_t) method

Controleert of een opgegeven teken sorteerbaar is.

static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
ParameterTypeBeschrijving
chchar16_tUnicode‑teken.

ReturnValue

Waar als ch sorteerbaar is; anders onwaar.

Zie ook

CompareInfo::IsSortable(const String&) method

Controleert of een opgegeven string sorteerbaar is.

static bool System::Globalization::CompareInfo::IsSortable(const String &text)
ParameterTypeBeschrijving
textconst String&Een tekenreeks.

ReturnValue

Waar als text niet leeg is en alle tekens in text sorteerbaar zijn; anders onwaar.

Zie ook