UCharacter.HasBinaryProperty 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
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.