MessageFormat.SetFormatsByArgumentIndex(_Format[]) Method

Definition

Sets the formats to use for the values passed into <code>format</code> methods or returned from <code>parse</code> methods.

[Android.Runtime.Register("setFormatsByArgumentIndex", "([Ljava/text/Format;)V", "GetSetFormatsByArgumentIndex_arrayLjava_text_Format_Handler")]
public virtual void SetFormatsByArgumentIndex (Java.Text._Format[]? newFormats);
[<Android.Runtime.Register("setFormatsByArgumentIndex", "([Ljava/text/Format;)V", "GetSetFormatsByArgumentIndex_arrayLjava_text_Format_Handler")>]
abstract member SetFormatsByArgumentIndex : Java.Text._Format[] -> unit
override this.SetFormatsByArgumentIndex : Java.Text._Format[] -> unit

Parameters

newFormats
_Format[]

the new formats to use

Attributes

Remarks

Java documentation for java.text.MessageFormat.setFormatsByArgumentIndex(java.text.Format[]).

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