UnicodeSet.ApplyPattern Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- UnicodeSetOptions
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.