Character.MaxValue Field

Definition

The constant value of this field is the largest value of type char, '\u005CuFFFF'.

[Android.Runtime.Register("MAX_VALUE")]
public const char MaxValue;
[<Android.Runtime.Register("MAX_VALUE")>]
val mutable MaxValue : char

Field Value

Attributes

Remarks

The constant value of this field is the largest value of type char, '\u005CuFFFF'.

Added in 1.0.2.

Java documentation for java.lang.Character.MAX_VALUE.

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