Share via


MessageFormat.SetFormatByArgumentName(String, _Format) Method

Definition

[Android.Runtime.Register("setFormatByArgumentName", "(Ljava/lang/String;Ljava/text/Format;)V", "GetSetFormatByArgumentName_Ljava_lang_String_Ljava_text_Format_Handler", ApiSince=24)]
public virtual void SetFormatByArgumentName (string? argumentName, Java.Text._Format? newFormat);
[<Android.Runtime.Register("setFormatByArgumentName", "(Ljava/lang/String;Ljava/text/Format;)V", "GetSetFormatByArgumentName_Ljava_lang_String_Ljava_text_Format_Handler", ApiSince=24)>]
abstract member SetFormatByArgumentName : string * Java.Text._Format -> unit
override this.SetFormatByArgumentName : string * Java.Text._Format -> unit

Parameters

argumentName
String
newFormat
_Format
Attributes

Remarks

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