UnicodeSet.ApplyPattern Method

Definition

Overloads

ApplyPattern(String, Boolean)
ApplyPattern(String)
ApplyPattern(String, UnicodeSetOptions)

ApplyPattern(String, Boolean)

[Android.Runtime.Register("applyPattern", "(Ljava/lang/String;Z)Landroid/icu/text/UnicodeSet;", "GetApplyPattern_Ljava_lang_String_ZHandler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? ApplyPattern (string? pattern, bool ignoreWhitespace);
[<Android.Runtime.Register("applyPattern", "(Ljava/lang/String;Z)Landroid/icu/text/UnicodeSet;", "GetApplyPattern_Ljava_lang_String_ZHandler", ApiSince=24)>]
abstract member ApplyPattern : string * bool -> Android.Icu.Text.UnicodeSet
override this.ApplyPattern : string * bool -> Android.Icu.Text.UnicodeSet

Parameters

pattern
String
ignoreWhitespace
Boolean

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ApplyPattern(String)

[Android.Runtime.Register("applyPattern", "(Ljava/lang/String;)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)]
public Android.Icu.Text.UnicodeSet? ApplyPattern (string? pattern);
[<Android.Runtime.Register("applyPattern", "(Ljava/lang/String;)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)>]
member this.ApplyPattern : string -> Android.Icu.Text.UnicodeSet

Parameters

pattern
String

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ApplyPattern(String, UnicodeSetOptions)

[Android.Runtime.Register("applyPattern", "(Ljava/lang/String;I)Landroid/icu/text/UnicodeSet;", "GetApplyPattern_Ljava_lang_String_IHandler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? ApplyPattern (string? pattern, Android.Icu.Text.UnicodeSetOptions options);
[<Android.Runtime.Register("applyPattern", "(Ljava/lang/String;I)Landroid/icu/text/UnicodeSet;", "GetApplyPattern_Ljava_lang_String_IHandler", ApiSince=24)>]
abstract member ApplyPattern : string * Android.Icu.Text.UnicodeSetOptions -> Android.Icu.Text.UnicodeSet
override this.ApplyPattern : string * Android.Icu.Text.UnicodeSetOptions -> Android.Icu.Text.UnicodeSet

Parameters

pattern
String

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to