LocaleData.NoSubstitute Property

Definition

Gets the "no substitute" behavior of this locale data object. -or- Sets the "no substitute" behavior of this locale data object.

public bool NoSubstitute { [Android.Runtime.Register("getNoSubstitute", "()Z", "", ApiSince=28)] get; [Android.Runtime.Register("setNoSubstitute", "(Z)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getNoSubstitute", "()Z", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setNoSubstitute", "(Z)V", "", ApiSince=28)>]
member this.NoSubstitute : bool with get, set

Property Value

Value for the no substitute behavior. If true, methods of this locale data object will return an error when no data is available for that method, given the locale ID supplied to the constructor.

Attributes

Remarks

Property getter documentation:

Gets the "no substitute" behavior of this locale data object.

Java documentation for android.icu.util.LocaleData.getNoSubstitute().

Property setter documentation:

Sets the "no substitute" behavior of this locale data object.

Java documentation for android.icu.util.LocaleData.setNoSubstitute(boolean).

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