- 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.
Documentation for this section has not yet been entered.
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.