MessageFormat
Field
MessageFormat(String)
MessageFormat(IntPtr, JniHandleOwnership)
MessageFormat(String, Locale)
JniPeerMembers
Locale
ThresholdClass
ThresholdType
ApplyPattern(String)
Format(String, Object[])
Format(Object, StringBuffer, FieldPosition)
Format(Object[], StringBuffer, FieldPosition)
GetFormats()
GetFormatsByArgumentIndex()
Parse(String)
Parse(String, ParsePosition)
ParseObject(String, ParsePosition)
SetFormat(Int32, _Format)
SetFormatByArgumentIndex(Int32, _Format)
SetFormats(_Format[])
SetFormatsByArgumentIndex(_Format[])
ToPattern()
monoandroid
namespace Java.Text
{
[Register("java/text/MessageFormat", DoNotGenerateAcw = true)]
public class MessageFormat : _Format
{
[Register(".ctor", "(Ljava/lang/String;Ljava/util/Locale;)V", "")]
public MessageFormat(string? pattern, Locale? locale);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API