Character.MaxLowSurrogate Field

Definition

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

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

Field Value

Attributes

Remarks

The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding, constant '\u005CuDFFF'. A low-surrogate is also known as a trailing-surrogate.

Added in 1.5.

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