Character.MaxSurrogate Field

Definition

The maximum value of a Unicode surrogate code unit in the UTF-16 encoding, constant '\u005CuDFFF'.

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

Field Value

Attributes

Remarks

The maximum value of a Unicode surrogate code unit in the UTF-16 encoding, constant '\u005CuDFFF'.

Added in 1.5.

Java documentation for java.lang.Character.MAX_SURROGATE.

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