Character.MaxCodePoint Field

Definition

The maximum value of a Unicode code point, constant U+10FFFF.

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

Field Value

Value = 1114111
Attributes

Remarks

The maximum value of a Unicode code point, constant U+10FFFF.

Added in 1.5.

Java documentation for java.lang.Character.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