UCharacter.GetPropertyEnum Method

Definition

Overloads

GetPropertyEnum(ICharSequence)
GetPropertyEnum(String)

GetPropertyEnum(ICharSequence)

[Android.Runtime.Register("getPropertyEnum", "(Ljava/lang/CharSequence;)I", "", ApiSince=24)]
public static int GetPropertyEnum (Java.Lang.ICharSequence? propertyAlias);
[<Android.Runtime.Register("getPropertyEnum", "(Ljava/lang/CharSequence;)I", "", ApiSince=24)>]
static member GetPropertyEnum : Java.Lang.ICharSequence -> int

Parameters

propertyAlias
ICharSequence

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

GetPropertyEnum(String)

public static int GetPropertyEnum (string? propertyAlias);
static member GetPropertyEnum : string -> int

Parameters

propertyAlias
String

Returns

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