[]
Bidirectional character types.
public enum BidiClass : byte
AL = 0
Right-to-Left Arabic (Strong).
AN = 1
Arabic Number (Weak).
B = 2
Paragraph Separator (Neutral).
BN = 3
Boundary Neutral (Weak).
CS = 4
Common Number Separator (Weak).
EN = 5
European Number (Weak).
ES = 6
European Number Separator (Weak).
ET = 7
European Number Terminator (Weak).
FSI = 8
First Strong Isolate (Explicit Formatting).
L = 9
Left-to-Right (Strong).
LRE = 10
Left-to-Right Embedding (Explicit Formatting).
LRI = 11
Left-to-Right Isolate (Explicit Formatting).
LRO = 12
Left-to-Right Override (Explicit Formatting).
NSM = 13
Nonspacing Mark (Weak).
ON = 14
Other Neutrals (Neutral).
PDF = 15
Pop Directional Format (Explicit Formatting).
PDI = 16
Pop Directional Isolate (Explicit Formatting).
R = 17
Right-to-Left (Strong).
RLE = 18
Right-to-Left Embedding (Explicit Formatting).
RLI = 19
Right-to-Left Isolate (Explicit Formatting).
RLO = 20
Right-to-Left Override (Explicit Formatting).
S = 21
Segment Separator (Neutral).
WS = 22
Whitespace (Neutral).