MessageFormat.SetFormats(_Format[]) Method

Definition

Sets the formats to use for the format elements in the previously set pattern string.

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

Parameters

newFormats
_Format[]

the new formats to use

Attributes

Remarks

Java documentation for java.text.MessageFormat.setFormats(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