ULocale.GetKeywordValue Method

Definition

Overloads

GetKeywordValue(String)
GetKeywordValue(String, String)

GetKeywordValue(String)

[Android.Runtime.Register("getKeywordValue", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public string? GetKeywordValue (string? keywordName);
[<Android.Runtime.Register("getKeywordValue", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
member this.GetKeywordValue : string -> string

Parameters

keywordName
String

Returns

Attributes

Remarks

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

GetKeywordValue(String, String)

[Android.Runtime.Register("getKeywordValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetKeywordValue (string? localeID, string? keywordName);
[<Android.Runtime.Register("getKeywordValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetKeywordValue : string * string -> string

Parameters

localeID
String
keywordName
String

Returns

Attributes

Remarks

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