Java.Text.MessageFormat.SetFormatByArgumentIndex Method
Sets the format used for the argument at index argIndex to format.

Syntax

[Android.Runtime.Register("setFormatByArgumentIndex", "(ILjava/text/Format;)V", "GetSetFormatByArgumentIndex_ILjava_text_Format_Handler")]
public virtual void SetFormatByArgumentIndex (int argIndex, _Format format)

Parameters

argIndex
the index of the format to set.
format
the format that will be set at index argIndex.

Remarks

Sets the format used for the argument at index argIndex to format.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1