Character.DirectionalityLeftToRightEmbedding Field

Definition

Strong bidirectional character type "LRE" in the Unicode specification.

[Android.Runtime.Register("DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING")]
public const sbyte DirectionalityLeftToRightEmbedding = 14;
[<Android.Runtime.Register("DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING")>]
val mutable DirectionalityLeftToRightEmbedding : sbyte

Field Value

Value = 14
Attributes

Remarks

Strong bidirectional character type "LRE" in the Unicode specification.

Added in 1.4.

Java documentation for java.lang.Character.DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING.

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