Java.Text.DecimalFormat.ApplyLocalizedPattern Method
Changes the pattern of this decimal format to the specified pattern which uses localized pattern characters.

Syntax

[Android.Runtime.Register("applyLocalizedPattern", "(Ljava/lang/String;)V", "GetApplyLocalizedPattern_Ljava_lang_String_Handler")]
public virtual void ApplyLocalizedPattern (string pattern)

Parameters

pattern
the localized pattern.

Exceptions

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

Remarks

Changes the pattern of this decimal format to the specified pattern which uses localized pattern characters.

[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