Java.Text.MessageFormat.ApplyPattern Method
Changes this MessageFormat to use the specified pattern.

Syntax

[Android.Runtime.Register("applyPattern", "(Ljava/lang/String;)V", "GetApplyPattern_Ljava_lang_String_Handler")]
public virtual void ApplyPattern (string template)

Parameters

template
the new pattern.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the pattern cannot be parsed.

Remarks

Changes this MessageFormat to use the specified pattern.

[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