Java.Text.MessageFormat Members

The members of Java.Text.MessageFormat are listed below.

See Also: Inherited members from Java.Text._Format

Public Constructors

Constructs a new MessageFormat using the specified pattern and the user's default locale.
Constructs a new MessageFormat using the specified pattern and locale.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

LocaleJava.Util.Locale. Returns the locale used when creating formats.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ApplyPattern(string)
Changes this MessageFormat to use the specified pattern.
static
Format(string, params Java.Lang.Object[]) : string
Documentation for this section has not yet been entered.
override
Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition) : Java.Lang.StringBuffer
Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.
Format(Java.Lang.Object[], Java.Lang.StringBuffer, FieldPosition) : Java.Lang.StringBuffer
Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.
GetFormats() : _Format[]
Returns the Format instances used by this message format.
GetFormatsByArgumentIndex() : _Format[]
Returns the formats used for each argument index.
Parse(string) : Java.Lang.Object[]
Parses the message arguments from the specified string using the rules of this message format.
Parse(string, ParsePosition) : Java.Lang.Object[]
Parses the message argument from the specified string starting at the index specified by position.
override
ParseObject(string, ParsePosition) : Java.Lang.Object
Parses the message argument from the specified string starting at the index specified by position.
SetFormat(int, _Format)
Sets the specified format used by this message format.
SetFormatByArgumentIndex(int, _Format)
Sets the format used for the argument at index argIndex to format.
SetFormats(_Format[])
Sets the formats used by this message format.
SetFormatsByArgumentIndex(_Format[])
Sets the formats used for each argument.
ToPattern() : string
Returns the pattern of this message format.