Language

ULocale.Builder.RemoveUnicodeLocaleAttribute(String) Method

Definition

Removes a unicode locale attribute, if present, otherwise has no effect.

[Android.Runtime.Register("removeUnicodeLocaleAttribute", "(Ljava/lang/String;)Landroid/icu/util/ULocale$Builder;", "", ApiSince=24)]
public Android.Icu.Util.ULocale.Builder RemoveUnicodeLocaleAttribute(string attribute);
[<Android.Runtime.Register("removeUnicodeLocaleAttribute", "(Ljava/lang/String;)Landroid/icu/util/ULocale$Builder;", "", ApiSince=24)>]
member this.RemoveUnicodeLocaleAttribute : string -> Android.Icu.Util.ULocale.Builder

Parameters

attribute
String

the attribute

Returns

This builder.

Attributes

Remarks

Removes a unicode locale attribute, if present, otherwise has no effect. The attribute must not be null and must be well-formed or an exception is thrown.

Attribute comparison for removal is case-insensitive.

Android reference for android.icu.util.ULocale.Builder.removeUnicodeLocaleAttribute.

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