RuleBasedCollator.GetCollationKey(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CollationKey と比較できる一連の文字に文字列を変換します。
[Android.Runtime.Register("getCollationKey", "(Ljava/lang/String;)Ljava/text/CollationKey;", "GetGetCollationKey_Ljava_lang_String_Handler")]
public override Java.Text.CollationKey? GetCollationKey(string? source);
[<Android.Runtime.Register("getCollationKey", "(Ljava/lang/String;)Ljava/text/CollationKey;", "GetGetCollationKey_Ljava_lang_String_Handler")>]
override this.GetCollationKey : string -> Java.Text.CollationKey
パラメーター
- source
- String
指定したソース テキスト。
返品
- 属性
注釈
CollationKey.compareTo と比較できる一連の文字に文字列を変換します。 これにより、java.text.Collator.getCollationKey がオーバーライドされます。 サブクラスでオーバーライドできます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。