DatabaseUtils.GetCollationKey(String) Method

Definition

return the collation key

[Android.Runtime.Register("getCollationKey", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string? GetCollationKey (string? name);
[<Android.Runtime.Register("getCollationKey", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
static member GetCollationKey : string -> string

Parameters

name
String

name

Returns

the collation key

Attributes

Remarks

return the collation key

Java documentation for android.database.DatabaseUtils.getCollationKey(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to