Freigeben über


UCharacter.MaxCodePoint Field

Definition

Constant U+10FFFF, same as Character#MAX_CODE_POINT.

[Android.Runtime.Register("MAX_CODE_POINT", ApiSince=24)]
public const int MaxCodePoint = 1114111;
[<Android.Runtime.Register("MAX_CODE_POINT", ApiSince=24)>]
val mutable MaxCodePoint : int

Field Value

Value = 1114111
Attributes

Remarks

Constant U+10FFFF, same as Character#MAX_CODE_POINT.

Java documentation for android.icu.lang.UCharacter.MAX_CODE_POINT.

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