Share via


UCharacterEnums.ECharacterCategory.LowercaseLetter Field

Definition

Caution

Use 'Android.Icu.Lang.UCharacterEnums.IECharacterCategory.LowercaseLetter'. This class will be removed in a future release.

Character type Ll

[Android.Runtime.Register("LOWERCASE_LETTER", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterCategory.LowercaseLetter'. This class will be removed in a future release.")]
public const sbyte LowercaseLetter = 2;
[<Android.Runtime.Register("LOWERCASE_LETTER", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterCategory.LowercaseLetter'. This class will be removed in a future release.")>]
val mutable LowercaseLetter : sbyte

Field Value

Value = 2
Attributes

Remarks

Character type Ll

Java documentation for android.icu.lang.UCharacterEnums.ECharacterCategory.LOWERCASE_LETTER.

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