System::Globalization::CompareInfo::IsSortable metod

CompareInfo::IsSortable(char16_t) method

Kontrollerar om ett angivet tecken är sorteringsbart.

static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
ParameterTypeBeskrivning
chchar16_tUnicode-tecken.

ReturnValue

Sant om ch är sorteringsbart; annars falskt.

Se även

CompareInfo::IsSortable(const String&) method

Kontrollerar om en angiven sträng är sorteringsbar.

static bool System::Globalization::CompareInfo::IsSortable(const String &text)
ParameterTypeBeskrivning
textconst String&En sträng.

ReturnValue

Sant om text inte är tom och alla tecken i text är sorteringsbara; annars falskt.

Se även