言語

RuleBasedCollator.GetCollationKey(String) メソッド

定義

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 がオーバーライドされます。 サブクラスでオーバーライドできます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象