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