Freigeben über


UCharacter.MinCodePoint Field

Definition

Constant U+0000, same as Character#MIN_CODE_POINT.

[Android.Runtime.Register("MIN_CODE_POINT", ApiSince=24)]
public const int MinCodePoint = 0;
[<Android.Runtime.Register("MIN_CODE_POINT", ApiSince=24)>]
val mutable MinCodePoint : int

Field Value

Value = 0
Attributes

Remarks

Constant U+0000, same as Character#MIN_CODE_POINT.

Java documentation for android.icu.lang.UCharacter.MIN_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