The members of Java.Text.MessageFormat are listed below.
See Also: Inherited members from Java.Text._Format
Constructs a new MessageFormat using the specified pattern and the user's default locale. | ||
Constructs a new MessageFormat using the specified pattern and locale. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Locale | Java.Util.Locale. Returns the locale used when creating formats. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ApplyPattern(string)Changes this MessageFormat to use the specified pattern. | ||
static | Format(string, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
override | Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition)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)Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format. | ||
GetFormats()Returns the Format instances used by this message format. | ||
GetFormatsByArgumentIndex()Returns the formats used for each argument index. | ||
Parse(string)Parses the message arguments from the specified string using the rules of this message format. | ||
Parse(string, ParsePosition)Parses the message argument from the specified string starting at the index specified by position. | ||
override | ParseObject(string, ParsePosition)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()Returns the pattern of this message format. |