System::Globalization::CompareInfo::IsSortable 메서드

CompareInfo::IsSortable(char16_t) method

지정된 문자가 정렬 가능한지 확인합니다.

static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
매개변수형식설명
chchar16_t유니코드 문자.

ReturnValue

ch가 정렬 가능한 경우 True; 그렇지 않으면 false.

또 보기

CompareInfo::IsSortable(const String&) method

지정된 문자열이 정렬 가능한지 확인합니다.

static bool System::Globalization::CompareInfo::IsSortable(const String &text)
매개변수형식설명
textconst String&문자열.

ReturnValue

텍스트가 비어 있지 않고 text의 모든 문자가 정렬 가능하면 True; 그렇지 않으면 false.

또 보기