Java.Text.ChoiceFormat.ApplyPattern Method
Parses the pattern to determine new strings and ranges for this ChoiceFormat.

Syntax

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

Parameters

template
the pattern of strings and ranges.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif an error occurs while parsing the pattern.

Remarks

Parses the pattern to determine new strings and ranges for this ChoiceFormat.

[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