Język

MessagePattern.Part.Type.HasNumericValue Property

Definition

Indicates whether this part has a numeric value.

public bool HasNumericValue { [Android.Runtime.Register("hasNumericValue", "()Z", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("hasNumericValue", "()Z", "", ApiSince=24)>]
member this.HasNumericValue : bool

Property Value

true if this part has a numeric value.

Attributes

Remarks

Indicates whether this part has a numeric value. If so, then that numeric value can be retrieved via MessagePattern.getNumericValue(Part).

Android reference for android.icu.text.MessagePattern.Part.Type.hasNumericValue.

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