MessageFormat.UsesNamedArguments Method

Definition

<strong>[icu]</strong> Returns true if this MessageFormat uses named arguments, and false otherwise.

[Android.Runtime.Register("usesNamedArguments", "()Z", "GetUsesNamedArgumentsHandler", ApiSince=24)]
public virtual bool UsesNamedArguments ();
[<Android.Runtime.Register("usesNamedArguments", "()Z", "GetUsesNamedArgumentsHandler", ApiSince=24)>]
abstract member UsesNamedArguments : unit -> bool
override this.UsesNamedArguments : unit -> bool

Returns

true if named arguments are used.

Attributes

Remarks

<strong>[icu]</strong> Returns true if this MessageFormat uses named arguments, and false otherwise. See class description.

Java documentation for android.icu.text.MessageFormat.usesNamedArguments().

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