Method MirrorBrackets
MirrorBrackets(string, bool)
Mirrors bracket-like characters when rendered in RTL context.
public static string MirrorBrackets(string text, bool rightToLeftContext)
Parameters
Returns
- string
The mirrored text when needed; otherwise the original text.