Java.Text.MessageFormat.Format Method
Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.

Syntax

[Android.Runtime.Register("format", "([Ljava/lang/Object;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", "")]
public Java.Lang.StringBuffer Format (Java.Lang.Object[] objects, Java.Lang.StringBuffer buffer, FieldPosition field)

Parameters

objects
the array of objects to format.
buffer
the target string buffer to append the formatted message to.
field
on input: an optional alignment field; on output: the offsets of the alignment field in the formatted text.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.

If the field member of the specified FieldPosition is MessageFormat.Field.ARGUMENT, then the begin and end index of this field position is set to the location of the first occurrence of a message format argument. Otherwise, the FieldPosition is ignored.

[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