UCharacter.HasBinaryProperty Method

Definition

Overloads

HasBinaryProperty(ICharSequence, Int32)
HasBinaryProperty(Int32, Int32)
HasBinaryProperty(String, Int32)

HasBinaryProperty(ICharSequence, Int32)

[Android.Runtime.Register("hasBinaryProperty", "(Ljava/lang/CharSequence;I)Z", "", ApiSince=34)]
public static bool HasBinaryProperty (Java.Lang.ICharSequence? s, int property);
[<Android.Runtime.Register("hasBinaryProperty", "(Ljava/lang/CharSequence;I)Z", "", ApiSince=34)>]
static member HasBinaryProperty : Java.Lang.ICharSequence * int -> bool

Parameters

property
Int32

Returns

Attributes

Applies to

HasBinaryProperty(Int32, Int32)

[Android.Runtime.Register("hasBinaryProperty", "(II)Z", "", ApiSince=24)]
public static bool HasBinaryProperty (int ch, int property);
[<Android.Runtime.Register("hasBinaryProperty", "(II)Z", "", ApiSince=24)>]
static member HasBinaryProperty : int * int -> bool

Parameters

ch
Int32
property
Int32

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

HasBinaryProperty(String, Int32)

public static bool HasBinaryProperty (string? s, int property);
static member HasBinaryProperty : string * int -> bool

Parameters

s
String
property
Int32

Returns

Applies to