System::Globalization::CompareInfo::IsSortable メソッド
CompareInfo::IsSortable(char16_t) method
指定された文字が並べ替え可能かどうかを確認します。
static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
| パラメーター | 型 | 説明 |
|---|---|---|
| ch | char16_t | Unicode 文字。 |
ReturnValue
ch がソート可能な場合は True、そうでない場合は False。
参照
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::IsSortable(const String&) method
指定された文字列が並べ替え可能かどうかを確認します。
static bool System::Globalization::CompareInfo::IsSortable(const String &text)
| パラメーター | 型 | 説明 |
|---|---|---|
| text | const String& | 文字列。 |
ReturnValue
text が空でなく、かつ text のすべての文字が並べ替え可能な場合は True、そうでない場合は false。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++