UCharacter.GetPropertyValueEnum Method

Definition

Overloads

GetPropertyValueEnum(Int32, ICharSequence)
GetPropertyValueEnum(Int32, String)

GetPropertyValueEnum(Int32, ICharSequence)

[Android.Runtime.Register("getPropertyValueEnum", "(ILjava/lang/CharSequence;)I", "", ApiSince=24)]
public static int GetPropertyValueEnum (int property, Java.Lang.ICharSequence? valueAlias);
[<Android.Runtime.Register("getPropertyValueEnum", "(ILjava/lang/CharSequence;)I", "", ApiSince=24)>]
static member GetPropertyValueEnum : int * Java.Lang.ICharSequence -> int

Parameters

property
Int32
valueAlias
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

GetPropertyValueEnum(Int32, String)

public static int GetPropertyValueEnum (int property, string? valueAlias);
static member GetPropertyValueEnum : int * string -> int

Parameters

property
Int32
valueAlias
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