[]
Searches the Mirroring table to determine if characters in the string need to be mirrored.
public static string MirrorUnicodeString(string s)
Type | Name | Description |
---|---|---|
string | s | The input string. |
Type | Description |
---|---|
string | The mirrored string. |