MessageFormat.GetFormats Method

Definition

Gets the formats used for the format elements in the previously set pattern string.

[Android.Runtime.Register("getFormats", "()[Ljava/text/Format;", "GetGetFormatsHandler")]
public virtual Java.Text._Format[]? GetFormats ();
[<Android.Runtime.Register("getFormats", "()[Ljava/text/Format;", "GetGetFormatsHandler")>]
abstract member GetFormats : unit -> Java.Text._Format[]
override this.GetFormats : unit -> Java.Text._Format[]

Returns

_Format[]

the formats used for the format elements in the pattern

Attributes

Remarks

Java documentation for java.text.MessageFormat.getFormats().

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