System::Globalization::CompareInfo::IsSortable メソッド

CompareInfo::IsSortable(char16_t) method

指定された文字が並べ替え可能かどうかを確認します。

static bool System::Globalization::CompareInfo::IsSortable(char16_t ch)
パラメーター説明
chchar16_tUnicode 文字。

ReturnValue

ch がソート可能な場合は True、そうでない場合は False。

参照

CompareInfo::IsSortable(const String&) method

指定された文字列が並べ替え可能かどうかを確認します。

static bool System::Globalization::CompareInfo::IsSortable(const String &text)
パラメーター説明
textconst String&文字列。

ReturnValue

text が空でなく、かつ text のすべての文字が並べ替え可能な場合は True、そうでない場合は false。

参照