Character.MinSurrogate Field

Definition

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

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

Field Value

Attributes

Remarks

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

Added in 1.5.

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