Character.DirectionalityUndefined Field

Definition

Undefined bidirectional character type.

[Android.Runtime.Register("DIRECTIONALITY_UNDEFINED")]
public const sbyte DirectionalityUndefined = -1;
[<Android.Runtime.Register("DIRECTIONALITY_UNDEFINED")>]
val mutable DirectionalityUndefined : sbyte

Field Value

Value = -1
Attributes

Remarks

Undefined bidirectional character type. Undefined char values have undefined directionality in the Unicode specification.

Added in 1.4.

Java documentation for java.lang.Character.DIRECTIONALITY_UNDEFINED.

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